From 3b103caa6bfc9ed410e67156c3ca1785bf1cecc9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 19 八月 2022 01:15:31 +0800 Subject: [PATCH] 2022-08-19 --- src/menu/components/table/normal-table/index.scss | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/menu/components/table/normal-table/index.scss b/src/menu/components/table/normal-table/index.scss index f933a19..b558c2a 100644 --- a/src/menu/components/table/normal-table/index.scss +++ b/src/menu/components/table/normal-table/index.scss @@ -11,9 +11,6 @@ padding: 10px 0px 15px; min-height: 65px; border-bottom: 1px solid #f0f0f0; - >.anticon-question-circle { - display: none; - } .page-card { background: transparent; } @@ -34,7 +31,22 @@ } } .model-table-search-list.length0 { - display: none; + 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; -- Gitblit v1.8.0