From 9a11e62adeb8d435b52a361eb62d5b59e1deef2a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 23 五月 2024 21:14:50 +0800 Subject: [PATCH] 2024-05-23 --- src/menu/modalconfig/index.scss | 98 +++++++++++++++++++++++------------------------- 1 files changed, 47 insertions(+), 51 deletions(-) diff --git a/src/menu/modalconfig/index.scss b/src/menu/modalconfig/index.scss index be336b4..ce93e36 100644 --- a/src/menu/modalconfig/index.scss +++ b/src/menu/modalconfig/index.scss @@ -55,41 +55,6 @@ } } } - .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; - } - } - } } .tools::-webkit-scrollbar { width: 4px; @@ -111,8 +76,16 @@ height: 100%; overflow-y: hidden; background: #ffffff; - .ant-card-head { - min-height: 44px; + .ant-card { + padding-top: 45px; + .ant-card-head { + min-height: 44px; + position: fixed; + width: calc(100vw - 235px); + top: 48px; + z-index: 12; + background: #ffffff; + } } .ant-card-head-title { padding: 5px 0; @@ -127,6 +100,22 @@ .ant-card-body { position: relative; padding: 0; + + // .modal-fields-row.up_down { + // .ant-form-item { + // display: block!important; + // .ant-form-item-label { + // width: 100%!important; + // text-align: left; + // height: 24px; + // line-height: 28px; + // } + // .ant-form-item-control-wrapper { + // width: 100%!important; + // } + // } + // } + .ant-modal-content { max-width: 95%; margin: 0 auto; @@ -136,6 +125,26 @@ z-index: 10; background: transparent; min-height: 50px; + padding-right: 10px; + + .ant-modal-title { + display: inline-block; + height: 22px; + .mk-modal-icon-def { + margin-right: 10px; + background: transparent!important; + } + .mk-modal-icon-circle { + display: inline-block; + border-radius: 30px; + margin-right: 10px; + color: #ffffff!important; + width: 30px; + height: 30px; + text-align: center; + line-height: 30px; + } + } } .ant-modal-close { opacity: 0.3; @@ -184,7 +193,6 @@ position: relative; background: #ffffff; border-radius: 2px; - margin-bottom: 15px; .ant-form-item { cursor: move; display: flex; @@ -213,7 +221,6 @@ margin-top: 4px; } .ant-input-number { - width: 100%; margin-top: 4px; } .normal-braft-editor { @@ -231,12 +238,6 @@ opacity: 0; z-index: 1; } - .ant-col-cuslabel { - width: 10.5%; - } - .ant-col-cuswrap { - width: 89.5%; - } } } .ant-calendar-picker { @@ -250,12 +251,6 @@ top: 5px; padding: 10px; cursor: pointer; - } - .paste-Icon { - position: absolute; - font-size: 16px; - right: 15px; - top: 65px; } } } @@ -278,6 +273,7 @@ } } + .modal-fields { .ant-modal { top: 50px; -- Gitblit v1.8.0