CN-1592 feat: 部分css重构内容

This commit is contained in:
chenjinsong
2024-03-26 17:06:32 +08:00
parent 19d50f45c6
commit 2e83fd893e
25 changed files with 600 additions and 1746 deletions

View File

@@ -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;
}
}
}
}
}
}*/

View File

@@ -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;
}
}
}