mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-31 09:12:10 +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-mask-color: rgb(42 42 42 / 80%);
|
||||||
--el-fill-color-lighter: var(--next-color-hover-rgba) !important;
|
--el-fill-color-lighter: var(--next-color-hover-rgba) !important;
|
||||||
|
|
||||||
|
.el-table {
|
||||||
|
color: var(--next-color-white);
|
||||||
|
.el-button.is-text {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// button
|
// button
|
||||||
.el-button {
|
.el-button {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user