From a0a1c206612de9a3e9d64f3d45564c0ff03f93f6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 02 一月 2025 15:22:13 +0800
Subject: [PATCH] 环境

---
 admin/src/components/common/GlobalWindow.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/components/common/GlobalWindow.vue b/admin/src/components/common/GlobalWindow.vue
index 4ae9ce1..b734be2 100644
--- a/admin/src/components/common/GlobalWindow.vue
+++ b/admin/src/components/common/GlobalWindow.vue
@@ -87,7 +87,7 @@
 // 杈撳叆妗嗛珮搴�
 $input-height: 32px;
 .global-window {
-  top: 56px !important;
+  top: 0;
   left: 250px !important;
   // 澶撮儴鏍囬
   ::v-deep .el-drawer__header {
@@ -125,11 +125,11 @@
     .window__body {
       // width: 1100px;
       // margin: 0 auto;
-      // background-color: #fff;
+      background-color: #fff;
       width: 100%;
       height: 100%;
       overflow-y: auto;
-      padding: 12px 16px;
+      padding: 0 16px 12px 16px;
       // 鏍囩
       // .el-form-item__label {
       //   float: none;

--
Gitblit v1.9.3