Merge pull request #23 from Dishone/main

暗色模式下多页签背景问题
This commit is contained in:
Ah jung
2021-08-10 17:00:38 +08:00
committed by GitHub
+5
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"
>
@@ -643,6 +644,10 @@
background: #f5f7f9;
}
.tabs-view-dark-background {
background: #101014;
}
.tabs-view-fix {
position: fixed;
z-index: 5;