From a2107782b73b26a07252d6a1ee507e3fd1a366c2 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 08 一月 2025 18:26:44 +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