From 49963c5e1329d67284de77b7930f0da96214f228 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 18 五月 2026 15:32:12 +0800
Subject: [PATCH] 工序未关联设备时,编辑此工序时,点击关联设备时会回显0问题

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

diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue
index 1e7a78b..011e118 100644
--- a/src/layout/components/AppMain.vue
+++ b/src/layout/components/AppMain.vue
@@ -43,16 +43,17 @@
   width: 100%;
   position: relative;
   overflow: hidden;
-  background: #F5F7FB;
+  background: transparent;
 }
 
 .route-view-wrapper {
   width: 100%;
   height: 100%;
+  padding: 120px 16px 24px 0;
 }
 
 .fixed-header + .app-main {
-  padding-top: 50px;
+  padding-top: 0;
 }
 
 .hasTagsView {
@@ -62,7 +63,7 @@
   }
 
   .fixed-header + .app-main {
-    padding-top: 84px;
+    padding-top: 0;
   }
 }
 </style>
@@ -81,11 +82,11 @@
 }
 
 ::-webkit-scrollbar-track {
-  background-color: #f1f1f1;
+  background-color: rgba(218, 225, 220, 0.8);
 }
 
 ::-webkit-scrollbar-thumb {
-  background-color: #c0c0c0;
+  background-color: #b2bdb5;
   border-radius: 3px;
 }
 </style>

--
Gitblit v1.9.3