From d7dca690cedd12e271f0ee0b9050679d73796f5c Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期一, 06 一月 2025 09:28:10 +0800 Subject: [PATCH] 1 --- 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