add DarkMode

This commit is contained in:
LiuHao
2023-04-22 01:05:11 +08:00
parent 1eda36201a
commit 94f96181f3
8 changed files with 81 additions and 38 deletions

View File

@ -90,8 +90,8 @@ h6 {
.el-table__fixed-header-wrapper {
th {
word-break: break-word;
background-color: #f8f8f9 !important;
color: #515a6e;
background-color: $table-header-bg !important;
color: $table-header-text-color;
height: 40px !important;
font-size: 13px;
}