From 7f73f8ab092f2441149a5f057f545a258e6401cf Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Fri, 26 Sep 2025 14:16:03 +0800 Subject: [PATCH] =?UTF-8?q?header=20=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home.vue | 5 +++-- src/views/workspace/index.vue | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) 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 @@