From 50788bb0407155377e9aeb20426e487076ad5184 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Mon, 31 Jul 2023 17:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/modules/UserModal.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/system/modules/UserModal.vue b/jero-web/src/views/system/modules/UserModal.vue index 9fff812f..2fdf54a8 100644 --- a/jero-web/src/views/system/modules/UserModal.vue +++ b/jero-web/src/views/system/modules/UserModal.vue @@ -521,7 +521,7 @@ export default { .drawer-bootom-button { position: absolute; - bottom: -8px; + bottom: 0px; width: 100%; border-top: 1px solid #e8e8e8; padding: 10px 16px; @@ -530,4 +530,7 @@ export default { background: #fff; border-radius: 0 0 2px 2px; } + .ant-form { + padding-bottom: 25px; + }