From 83a6b22bb99ff68896b2f0751d3d23ebddde7cbb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 11 Jun 2025 17:10:48 +0800
Subject: [PATCH] feat:判断是否有token然后跳转到个人工作台页面

---
 src/styles/common.scss |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index bf3ea9d..488a42d 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -20,7 +20,9 @@
 
 .avue-layout {
   display: flex;
-  height: 100%;
+  height: 1080px;
+  width: 1920px;
+  background: url("@/assets/images/layoutBg.png")  no-repeat center / 100% 100%;
   overflow: hidden;
 
   &--horizontal {
@@ -74,14 +76,13 @@
   box-sizing: border-box;
   overflow: hidden;
   // background: #f0f2f5;
-  background: linear-gradient( 180deg, #EEF3FE 0%, #F8F9FB 100%);
 }
 
 #avue-view {
   flex: 1;
   overflow-y: auto;
   overflow-x: hidden;
-  margin-bottom: 10px;
+  margin-bottom: 0;
 }
 
 .avue-view {
@@ -178,4 +179,4 @@
   .cesium-viewer-bottom {
     display: none;
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3