优化后台表格滚动条

This commit is contained in:
yml2213
2026-06-21 09:40:30 +08:00
parent b2e52e1d75
commit a5165d17e9
2 changed files with 9 additions and 3 deletions
+8 -2
View File
@@ -626,7 +626,12 @@ h1 {
padding: 4px;
}
.table-panel .el-table {
.el-table.table-panel {
padding: 0;
}
.table-panel .el-table,
.el-table.table-panel {
--el-table-border-color: #f0f2f5;
--el-table-header-bg-color: #f8f9fe;
--el-table-header-text-color: #8f9bba;
@@ -634,7 +639,8 @@ h1 {
font-size: 14px;
}
.table-panel .el-table th {
.table-panel .el-table th,
.el-table.table-panel th {
font-weight: 600;
font-size: 12px;
text-transform: uppercase;