CN-1592 feat: 部分css重构内容
This commit is contained in:
@@ -1,23 +1,19 @@
|
||||
// 部分 select 通用样式
|
||||
/* 部分 select 通用样式 */
|
||||
// small下拉框的输入框中字体大小
|
||||
/*.el-select--small .el-select__wrapper {
|
||||
font-size: 14px;
|
||||
}
|
||||
.el-select-dropdown {
|
||||
.el-scrollbar {
|
||||
.el-select-dropdown__wrap {
|
||||
.el-scrollbar__view.el-select-dropdown__list {
|
||||
.el-select-dropdown__item {
|
||||
padding: 0 8px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.el-select-dropdown__item.selected {
|
||||
color: #2C72C6;
|
||||
}
|
||||
.el-select-dropdown__item:hover {
|
||||
color: #2C72C6;
|
||||
background: #F7F7F7;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
@@ -224,11 +224,6 @@
|
||||
}
|
||||
.el-switch {
|
||||
height: auto;
|
||||
--el-switch-on-color: #38ACD2;
|
||||
--el-switch-off-color: #C0CEDB;
|
||||
}
|
||||
.el-checkbox__input {
|
||||
--el-checkbox-checked-bg-color: #38ACD2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user