diff --git a/src/views/home.vue b/src/views/home.vue index 2724c45..3ca4933 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -192,10 +192,10 @@ function logout() {
- +
@@ -259,6 +259,7 @@ function logout() { right: 1vh; bottom: 1vh; background-image: url('@/assets/半透明background.png'); + background-size: cover; z-index: 1; display: flex; flex-direction: row; diff --git a/src/views/workspace/index.vue b/src/views/workspace/index.vue index 13df762..1a3d69f 100644 --- a/src/views/workspace/index.vue +++ b/src/views/workspace/index.vue @@ -1,4 +1,8 @@