From 2cb65d99c9aebf8293cb2838fcfe3e09fb2739ce Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 06 十二月 2019 00:15:12 +0800 Subject: [PATCH] 2019-12-06 --- src/templates/modalconfig/index.scss | 37 ++++++++++++++++++++++++++++++++++--- 1 files changed, 34 insertions(+), 3 deletions(-) diff --git a/src/templates/modalconfig/index.scss b/src/templates/modalconfig/index.scss index f3edb88..f929a8c 100644 --- a/src/templates/modalconfig/index.scss +++ b/src/templates/modalconfig/index.scss @@ -131,9 +131,34 @@ .ant-card-body { position: relative; padding: 0; + .ant-modal-content { + max-width: 95%; + margin: 0 auto; + margin-top: 30px; + .ant-modal-header { + position: relative; + z-index: 10; + background: transparent; + } + .ant-modal-close { + opacity: 0.5; + } + .ant-modal-footer { + position: relative; + button { + opacity: 0.5; + } + } + .action-mask { + position: absolute; + top: 0px; + left: 0px; + right: 0px; + bottom: 0px; + } + } - .search-list { - padding: 1px 24px 20px; + .modal-form { min-height: 87px; > .ant-row { min-height: 65px; @@ -172,6 +197,7 @@ margin-top: 4px; } .ant-calendar-picker { + width: 100%; margin-top: 4px; } .input-mask { @@ -187,10 +213,15 @@ .edit { position: absolute; left: 0; - top: 5px; + top: 0px; + color: #1890ff; cursor: pointer; display: none; } + .edit.close { + left: 20px; + color: #ff4d4f; + } } .page-card:hover { .edit { -- Gitblit v1.8.0