From 641ce71b7b29c32105c82619fa7abfb9b2f38e3b Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 25 八月 2023 19:25:29 +0800
Subject: [PATCH] Merge branch 'master' of ssh://192.168.5.5:29418/web/SRM

---
 src/components/layout/components/AppMain.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/layout/components/AppMain.vue b/src/components/layout/components/AppMain.vue
index 7cdbb3d..e0694e9 100644
--- a/src/components/layout/components/AppMain.vue
+++ b/src/components/layout/components/AppMain.vue
@@ -30,7 +30,7 @@
   flex: 1;
   flex-direction: column;
   // height: 100%;
-  width: 100%;
+  width: calc(100% - 210px);
   .app-main-content {
     width: 100%;
     overflow-y: auto;

--
Gitblit v1.8.0