CN-1594 feat: 清理过时scss文件

This commit is contained in:
chenjinsong
2024-04-08 18:43:47 +08:00
parent 5a89b47496
commit 3aabab73bd
33 changed files with 26 additions and 2922 deletions

View File

@@ -1,6 +1,5 @@
@import 'right-box-common';
@import 'table-common';
@import 'part-select';
/* 通用css */
.panel-chart__no-data {

View File

@@ -1,19 +0,0 @@
/* 部分 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: 28px;
line-height: 28px;
font-size: 14px;
}
}
}
}
}*/