style:下拉框样式修改
Showing
1 changed file
with
9 additions
and
0 deletions
| ... | @@ -10,6 +10,9 @@ | ... | @@ -10,6 +10,9 @@ |
| 10 | line-height: 16px; | 10 | line-height: 16px; |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | |||
| 14 | |||
| 15 | |||
| 13 | .vue-treeselect--disabled .vue-treeselect__control { | 16 | .vue-treeselect--disabled .vue-treeselect__control { |
| 14 | background-color: #F5F7FA !important; | 17 | background-color: #F5F7FA !important; |
| 15 | } | 18 | } |
| ... | @@ -18,6 +21,12 @@ | ... | @@ -18,6 +21,12 @@ |
| 18 | color: #909399 !important; | 21 | color: #909399 !important; |
| 19 | } | 22 | } |
| 20 | 23 | ||
| 24 | .vue-treeselect__option { | ||
| 25 | /* 添加你的自定义样式 */ | ||
| 26 | font-size: 14px; | ||
| 27 | color: #606266; | ||
| 28 | } | ||
| 29 | |||
| 21 | //input | 30 | //input |
| 22 | .el-input__inner { | 31 | .el-input__inner { |
| 23 | padding: 0 7px !important; | 32 | padding: 0 7px !important; | ... | ... |
-
Please register or sign in to post a comment