|
@@ -208,7 +208,7 @@ a.button {
|
|
|
|
|
|
.treebox {
|
|
|
height: 8.25rem;
|
|
|
- overflow-y: auto;
|
|
|
+ overflow-y: scroll;
|
|
|
}
|
|
|
|
|
|
.tree {
|
|
@@ -217,13 +217,14 @@ a.button {
|
|
|
min-height: 0.25rem;
|
|
|
/* margin: 0.275rem 0; */
|
|
|
/* margin-bottom: 0.25rem; */
|
|
|
- position: relative
|
|
|
+ position: relative;
|
|
|
/* height:8.25rem; */
|
|
|
/* overflow-y:scroll */
|
|
|
/* border:1px solid pink; */
|
|
|
/* -webkit-border-radius:4px;
|
|
|
-moz-border-radius:4px;
|
|
|
border-radius:4px; */
|
|
|
+ /* border-right: 4px solid rgba(0, 0, 0, 0) */
|
|
|
}
|
|
|
|
|
|
.tree .maintree {
|
|
@@ -839,20 +840,20 @@ border: 1px solid #ffffff;
|
|
|
|
|
|
.pure-table-inner tr th:nth-child(2),
|
|
|
.pure-table-inner tr td:nth-child(2) {
|
|
|
- width: 2.5rem
|
|
|
+ width: 25%
|
|
|
}
|
|
|
|
|
|
.pure-table-inner tr th:nth-child(3),
|
|
|
.pure-table-inner tr td:nth-child(3) {
|
|
|
- width: 1.8rem
|
|
|
+ width: 17%
|
|
|
}
|
|
|
|
|
|
.pure-table-inner tr th:nth-child(4),
|
|
|
.pure-table-inner tr td:nth-child(4) {
|
|
|
- width: 2rem
|
|
|
+ width: 15%
|
|
|
}
|
|
|
|
|
|
.pure-table-inner tr th:nth-child(5),
|
|
|
.pure-table-inner tr td:nth-child(5) {
|
|
|
- width: 2rem
|
|
|
+ width: 16%
|
|
|
}
|