fix: 修复pure-table带状态表格在深色整体风格下状态样式消失的问题

This commit is contained in:
xiaoxian521
2024-03-06 08:49:08 +08:00
parent 5c4fd951bc
commit 7a59999dc7
7 changed files with 21 additions and 13 deletions

View File

@@ -96,15 +96,8 @@ html.dark {
color: var(--el-color-primary);
}
/* element-plus */
.el-table__cell {
background: var(--el-bg-color);
}
.el-card {
--el-card-bg-color: var(--el-bg-color);
// border: none !important;
}
.el-backtop {