style:树形下拉框的修改
Showing
1 changed file
with
8 additions
and
0 deletions
| ... | @@ -10,6 +10,14 @@ | ... | @@ -10,6 +10,14 @@ |
| 10 | line-height: 16px; | 10 | line-height: 16px; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | .vue-treeselect--disabled .vue-treeselect__control { | ||
| 14 | background-color: #F5F7FA !important; | ||
| 15 | } | ||
| 16 | |||
| 17 | .vue-treeselect--disabled .vue-treeselect__single-value { | ||
| 18 | color: #909399 !important; | ||
| 19 | } | ||
| 20 | |||
| 13 | //input | 21 | //input |
| 14 | .el-input__inner { | 22 | .el-input__inner { |
| 15 | padding: 0 7px !important; | 23 | padding: 0 7px !important; | ... | ... |
-
Please register or sign in to post a comment