update 优化 黑夜模式选中

This commit is contained in:
疯狂的狮子Li 2026-05-28 16:29:54 +08:00
parent 86f865af5d
commit aa11787fe6

View File

@ -67,6 +67,14 @@ html.dark {
--el-color-primary-light-9: #262727;
}
.el-table {
--el-table-current-row-bg-color: var(--el-color-primary-dark-7)
}
.el-dropdown__popper {
--el-dropdown-menuItem-hover-fill: var(--el-color-primary-dark-7)
}
.el-button {
--el-button-hover-bg-color: var(--el-color-primary-dark-9);
--el-button-hover-border-color: var(--el-color-primary-dark-7);