暗色模式下多页签背景问题

This commit is contained in:
Dishone
2021-08-10 03:21:40 +08:00
committed by GitHub
parent eba3047be2
commit 2dba60405e

View File

@@ -5,6 +5,7 @@
'tabs-view-fix': multiTabsSetting.fixed, 'tabs-view-fix': multiTabsSetting.fixed,
'tabs-view-fixed-header': isMultiHeaderFixed, 'tabs-view-fixed-header': isMultiHeaderFixed,
'tabs-view-default-background': getDarkTheme === false, 'tabs-view-default-background': getDarkTheme === false,
'tabs-view-dark-background': getDarkTheme === true,
}" }"
:style="getChangeStyle" :style="getChangeStyle"
> >
@@ -642,7 +643,11 @@
.tabs-view-default-background { .tabs-view-default-background {
background: #f5f7f9; background: #f5f7f9;
} }
.tabs-view-dark-background {
background: #101014;
}
.tabs-view-fix { .tabs-view-fix {
position: fixed; position: fixed;
z-index: 5; z-index: 5;