@@ -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 @@
+
+
@@ -99,4 +103,35 @@ onMounted(async () => {
\ No newline at end of file