refactor: 暗黑模式自定义样式统一

Former-commit-id: 83dc3250edd859af22c13cf12835327c71709f55
This commit is contained in:
haoxr
2023-01-18 14:07:21 +08:00
parent e4fd0f8600
commit 498298ef66
12 changed files with 43 additions and 94 deletions

View File

@@ -23,6 +23,7 @@ const tagsViewStore = useTagsViewStore();
width: 100%;
position: relative;
overflow: hidden;
background-color: var(--el-bg-color-page);
}
.fixed-header + .app-main {