mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
refc: dark 深色模式下表格字体颜色
This commit is contained in:
parent
812b56c62a
commit
ff4ea37f0b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user