Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

style: 优化 element-plus 2.4.0 版本表格暗黑模式下样式

This commit is contained in:
pany 2023-10-17 14:41:04 +08:00
parent 80462fd2fc
commit 029e695be2

View File

@ -6,6 +6,10 @@
th.el-table__cell {
background-color: var(--el-fill-color-light) !important;
}
// 行元素
tr {
background-color: transparent;
}
}
// 分页