8ecd680d by renchao@pashanhoo.com

style:下拉框样式修改

1 parent d58910c8
......@@ -10,6 +10,9 @@
line-height: 16px;
}
.vue-treeselect--disabled .vue-treeselect__control {
background-color: #F5F7FA !important;
}
......@@ -18,6 +21,12 @@
color: #909399 !important;
}
.vue-treeselect__option {
/* 添加你的自定义样式 */
font-size: 14px;
color: #606266;
}
//input
.el-input__inner {
padding: 0 7px !important;
......