From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/templates/modalconfig/index.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/modalconfig/index.scss b/src/templates/modalconfig/index.scss index 55a0a3d..dfa0948 100644 --- a/src/templates/modalconfig/index.scss +++ b/src/templates/modalconfig/index.scss @@ -1,6 +1,6 @@ .modal-form-board { position: fixed; - z-index: 1070; + z-index: 1; padding-top: 48px; top: 0px; left: 0px; @@ -193,7 +193,7 @@ position: relative; background: #ffffff; border-radius: 2px; - margin-bottom: 15px; + // margin-bottom: 15px; } .ant-calendar-picker { min-width: 100px!important; -- Gitblit v1.8.0