From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- src/templates/modalconfig/index.scss | 39 ++------------------------------------- 1 files changed, 2 insertions(+), 37 deletions(-) diff --git a/src/templates/modalconfig/index.scss b/src/templates/modalconfig/index.scss index 55a0a3d..9325eb1 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; @@ -52,41 +52,6 @@ padding: 0px 16px 10px; div { cursor: move; - } - } - } - .tables { - .ant-select-selection-selected-value { - opacity: 0.4!important; - } - } - .ant-list { - margin-top: 20px; - .ant-list-item { - display: -webkit-box; - padding-right: 20px; - position: relative; - padding-left: 5px; - overflow: hidden; - text-overflow: ellipsis; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - width: 100%; - .anticon { - position: absolute; - top: 0px; - right: 0px; - padding: 3px 3px 10px 10px; - cursor: pointer; - } - .bottom-mask { - position: absolute; - width: 100%; - height: 8px; - bottom: 0; - left: 0; - background: #ffffff; - border-radius: 8px; } } } @@ -193,7 +158,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