diff --git a/src/App.vue b/src/App.vue
index d866a185..3d61f642 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,13 +1,27 @@
-
-
+
+
+
+
+
diff --git a/src/layout/components/AppMain/index.vue b/src/layout/components/AppMain/index.vue
index ca1ef366..16280f70 100644
--- a/src/layout/components/AppMain/index.vue
+++ b/src/layout/components/AppMain/index.vue
@@ -73,7 +73,13 @@ const cachedViews = computed(() => tagsViewStore.cachedViews); // 缓存页面
.layout-top {
.fixed-header + .app-main {
- padding-top: $tags-view-height;
+ padding-top: 0;
+ }
+
+ .hasTagsView {
+ .fixed-header + .app-main {
+ padding-top: $tags-view-height;
+ }
}
}
diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index efe3f278..c59dd24c 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -30,7 +30,7 @@
开启水印
-
+
主题颜色
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 97958bf5..7c695161 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -25,7 +25,7 @@
-
+
@@ -38,7 +38,7 @@
-
+
@@ -47,6 +47,7 @@