From 2dba60405e56f4fa3bd25c82bdcb9e62ba6bf250 Mon Sep 17 00:00:00 2001 From: Dishone <50564348+Dishone@users.noreply.github.com> Date: Tue, 10 Aug 2021 03:21:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=97=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E5=A4=9A=E9=A1=B5=E7=AD=BE=E8=83=8C=E6=99=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TagsView/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index b295a54..f4d669c 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -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;