From 90c6a3c9e7ce7e17f85076aaa9fb7fe63b107d0d Mon Sep 17 00:00:00 2001
From: 艺术家 <10819716+q100102@user.noreply.gitee.com>
Date: 星期一, 09 六月 2025 11:34:16 +0800
Subject: [PATCH] 代码优化

---
 项目代码/可视化大屏/client/src/layout/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/layout/index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/layout/index.vue"
index 6d64ba6..0469657 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/layout/index.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/layout/index.vue"
@@ -195,7 +195,7 @@
         <router-view
           style="
             height: calc(100vh - 4.38rem - 10rem);
-            width: calc(100vw - 10rem);
+            width: calc(100vw - 6rem);
           "
           v-slot="{ Component }"
         >
@@ -796,7 +796,7 @@
   // background-repeat: no-repeat;
   // background-size: 100% 100%;
   background: linear-gradient(to bottom, #0072c6, #2e6aa7);
-  padding: 5rem 5rem;
+  padding: 5rem 3rem;
   box-sizing: border-box;
 }
 

--
Gitblit v1.9.3