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:
parent
bfb1c86328
commit
e0aaa704a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user