Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

fix: error page 适配 dark mode

This commit is contained in:
pany 2022-09-30 11:42:25 +08:00
parent bfb1c86328
commit e0aaa704a7

View File

@ -50,8 +50,8 @@
border-color: $border-color !important;
}
}
// 右键菜单
.contextmenu {
// 右键菜单
background-color: lighten($theme-bg-color, 8%);
color: $font-color;
li:hover {
@ -86,6 +86,12 @@
}
}
/** Error-Page 页面 */
.error-page {
background-color: $theme-bg-color;
}
/** Element-Plus */
// 侧边栏的 item popper