From 1d1ef9c117f162f5ee48237b67d69fbd015b10d1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 23 七月 2023 10:32:40 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/components/table/base-table/index.scss | 48 +++++++----------------------------------------- 1 files changed, 7 insertions(+), 41 deletions(-) diff --git a/src/menu/components/table/base-table/index.scss b/src/menu/components/table/base-table/index.scss index b558c2a..408f2e5 100644 --- a/src/menu/components/table/base-table/index.scss +++ b/src/menu/components/table/base-table/index.scss @@ -1,4 +1,4 @@ -.menu-normal-table-edit-box { +.menu-base-table-edit-box { position: relative; box-sizing: border-box; background: #ffffff; @@ -30,27 +30,9 @@ } } } - .model-table-search-list.length0 { - min-height: 10px; - border-bottom: 0; - >.quickly-add { - right: unset; - left: -8px; - bottom: 0; - } - >.ant-row { - display: none; - } - >.ant-switch { - display: none; - } - } - .model-table-search-list.length0 + .length0 { - margin-top: -25px; - } .anticon-tool { position: absolute; - z-index: 2; + z-index: 5; font-size: 16px; right: 1px; top: 1px; @@ -59,34 +41,18 @@ background: rgba(255, 255, 255, 0.55); } .model-menu-action-list { - line-height: 55px; + line-height: 40px; padding: 0px; - min-height: 55px; >.ant-row { - min-height: 30px; + padding-top: 10px; + min-height: 55px; } } - .card-add-button { - text-align: right; - clear: left; - .anticon-plus { - font-size: 20px; - color: #26C281; - padding: 5px; - margin-right: 10px; - } + .model-menu-action-list:not(.length0):not(.length1):not(.length2):not(.length3):not(.length4):not(.length5):not(.length6):not(.length7):not(.length8):not(.length9) { + margin-bottom: 20px; } .ant-btn.mk-link { padding: 0; } -} -.menu-normal-table-edit-box::after { - display: block; - content: ' '; - clear: both; -} -.menu-normal-table-edit-box:hover { - z-index: 1; - box-shadow: 0px 0px 4px #1890ff; } -- Gitblit v1.8.0