diff options
| author | pany <[email protected]> | 2022-09-30 11:42:25 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2022-09-30 11:42:25 +0800 |
| commit | e0aaa704a70caf94d2001586375439acff9e4b43 (patch) | |
| tree | b61823a478a3b98ebb517513f42e96b5d48920d4 | |
| parent | bfb1c8632887db2950a64aa33ce55bb3a251b22b (diff) | |
fix: error page 适配 dark modev3.2.2
| -rw-r--r-- | src/styles/theme/theme.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/styles/theme/theme.scss b/src/styles/theme/theme.scss index 4a2ef6d..d81b54e 100644 --- a/src/styles/theme/theme.scss +++ b/src/styles/theme/theme.scss @@ -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 |
