From afb39f8ab004b2607bb718edab02e99c7a010114 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 22 三月 2023 14:36:44 +0800 Subject: [PATCH] 2023-03-22 --- src/menu/components/table/base-table/index.scss | 36 ++++-------------------------------- 1 files changed, 4 insertions(+), 32 deletions(-) diff --git a/src/menu/components/table/base-table/index.scss b/src/menu/components/table/base-table/index.scss index a58b3c1..36252f5 100644 --- a/src/menu/components/table/base-table/index.scss +++ b/src/menu/components/table/base-table/index.scss @@ -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,21 +41,11 @@ 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; - } - } - .card-add-button { - text-align: right; - clear: left; - .anticon-plus { - font-size: 20px; - color: #26C281; - padding: 5px; - margin-right: 10px; + padding-top: 10px; + min-height: 55px; } } -- Gitblit v1.8.0