fix: tagsView背景色设置和暗黑模式样式调整

Former-commit-id: 1108b3138b245fb23e27b765f73d7670871f8706
This commit is contained in:
haoxr
2023-01-18 14:15:58 +08:00
parent 498298ef66
commit b39cd61440
2 changed files with 1 additions and 3 deletions

View File

@@ -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;

View File

@@ -7,7 +7,4 @@ html.dark {
.hamburger {
fill: var(--el-text-color-regular);
}
}