From 7b0dbecd1d6155d26ec67be0a47a16264c738c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 09 五月 2023 14:48:10 +0800 Subject: [PATCH] 2023-05-09 --- src/tabviews/custom/components/table/normal-table/index.scss | 19 ++----------------- 1 files changed, 2 insertions(+), 17 deletions(-) diff --git a/src/tabviews/custom/components/table/normal-table/index.scss b/src/tabviews/custom/components/table/normal-table/index.scss index 7f55249..5a2828b 100644 --- a/src/tabviews/custom/components/table/normal-table/index.scss +++ b/src/tabviews/custom/components/table/normal-table/index.scss @@ -5,18 +5,12 @@ .normal-header { margin-bottom: 10px; } - .top-search { + .mk-search-wrap { border-bottom: 1px solid #efefef; padding-top: 10px; } - >.button-list.toolbar-button { - min-height: 60px; + .button-list.toolbar-button { padding-right: 60px; - line-height: 40px; - button { - margin-right: 0px; - margin-bottom: 0px; - } } .main-table-box { position: relative; @@ -47,15 +41,6 @@ border-radius: 0; .ant-collapse-content-box { padding: 0; - >.button-list.toolbar-button { - padding: 0; - line-height: 45px; - padding-right: 60px; - button { - margin-right: 0px; - margin-bottom: 0px; - } - } } } } -- Gitblit v1.8.0