refc: dark 深色模式下表格字体颜色

This commit is contained in:
lbw 2023-04-07 09:13:40 +08:00
parent 812b56c62a
commit ff4ea37f0b

View File

@ -61,6 +61,13 @@
--el-mask-color: rgb(42 42 42 / 80%);
--el-fill-color-lighter: var(--next-color-hover-rgba) !important;
.el-table {
color: var(--next-color-white);
.el-button.is-text {
padding: 0;
}
}
// button
.el-button {
&:hover {