style: 优化 element-plus 2.4.0 版本表格暗黑模式下样式
This commit is contained in:
parent
80462fd2fc
commit
029e695be2
@ -6,6 +6,10 @@
|
|||||||
th.el-table__cell {
|
th.el-table__cell {
|
||||||
background-color: var(--el-fill-color-light) !important;
|
background-color: var(--el-fill-color-light) !important;
|
||||||
}
|
}
|
||||||
|
// 行元素
|
||||||
|
tr {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 分页
|
// 分页
|
||||||
|
Loading…
x
Reference in New Issue
Block a user