From cc1a76df575c18f0d0ee96e8658461efdce3a918 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 一月 2023 18:01:01 +0800 Subject: [PATCH] 2023-01-17 --- src/menu/components/table/base-table/index.scss | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/menu/components/table/base-table/index.scss b/src/menu/components/table/base-table/index.scss index a5c6fd6..36252f5 100644 --- a/src/menu/components/table/base-table/index.scss +++ b/src/menu/components/table/base-table/index.scss @@ -32,7 +32,7 @@ } .anticon-tool { position: absolute; - z-index: 2; + z-index: 5; font-size: 16px; right: 1px; top: 1px; @@ -41,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