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

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