From 062eabd69860d5e6b8df81c265766d023be36097 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 27 May 2025 17:11:09 +0800
Subject: [PATCH] feat: 后台管理适配

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

diff --git a/src/styles/common.scss b/src/styles/common.scss
index bf3ea9d..b5dfd66 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -20,7 +20,8 @@
 
 .avue-layout {
   display: flex;
-  height: 100%;
+  height: 1080px;
+  width: 1920px;
   overflow: hidden;
 
   &--horizontal {
@@ -178,4 +179,4 @@
   .cesium-viewer-bottom {
     display: none;
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3