From 1041fcce14e7195357be9d37a33f81a32900cb41 Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期二, 29 四月 2025 16:21:23 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

---
 laboratory/src/layouts/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/laboratory/src/layouts/index.vue b/laboratory/src/layouts/index.vue
index 0f52235..17b1889 100644
--- a/laboratory/src/layouts/index.vue
+++ b/laboratory/src/layouts/index.vue
@@ -3,7 +3,7 @@
     <!-- 判断是否在空白页打开 -->
     <template v-if="!isOneself">
       <div class="app-wrapper">
-        <div class="left" :style="{ width: isFold ? '0px' : '258px' }">
+        <div class="left" :style="{ width: isFold ? '0px' : '298px' }">
           <!-- 系统标题 -->
           <div v-if="!isFold" class="system-title">
             <div class="image">
@@ -19,7 +19,7 @@
           <div v-if="!isFold" class="sidebar-bottom-bg"></div>
         </div>
         <!-- 右侧展示内容 -->
-        <div class="main-container" :style="{ width: isFold ? '100%' : 'calc(100% - 258px)' }">
+        <div class="main-container" :style="{ width: isFold ? '100%' : 'calc(100% - 298px)' }">
           <HeaderNav class="header-main" />
           <AppContent class="app-main" />
         </div>

--
Gitblit v1.7.1