From b39cd61440eb59791c7d79445660b5e0174b49bf Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Wed, 18 Jan 2023 14:15:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tagsView=E8=83=8C=E6=99=AF=E8=89=B2?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=92=8C=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 1108b3138b245fb23e27b765f73d7670871f8706 --- src/layout/components/TagsView/index.vue | 1 + src/styles/dark.scss | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 7ec88d0d..8723bad2 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -304,6 +304,7 @@ onMounted(() => { width: 100%; border: 1px solid var(--el-border-color-light); box-shadow: 0px 1px 1px var(--el-box-shadow-light); + background-color: var(--el-bg-color); .tags-item { display: inline-block; cursor: pointer; diff --git a/src/styles/dark.scss b/src/styles/dark.scss index 0a340aae..8a7294e4 100644 --- a/src/styles/dark.scss +++ b/src/styles/dark.scss @@ -7,7 +7,4 @@ html.dark { .hamburger { fill: var(--el-text-color-regular); } - - - }