diff --git a/src/layout/components/Main/index.vue b/src/layout/components/Main/index.vue index bd20116..6da436f 100644 --- a/src/layout/components/Main/index.vue +++ b/src/layout/components/Main/index.vue @@ -51,11 +51,11 @@ watch(watermarkConfig, newv => { .scrollbar { height: calc(100% - 40px); // 去掉tabs的高度 - background: $color-border-1; // 背景颜色 + background: $color-fill-1; // 背景颜色 } .scrollbar-no-tabs { height: 100%; - background: $color-border-1; // 背景颜色 + background: $color-fill-1; // 背景颜色 } .main { diff --git a/src/views/home/home.vue b/src/views/home/home.vue index 9ccb9c7..47b7e06 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -46,6 +46,31 @@ + +