From e543372cc70a19ff2630c79d8421c2c593e54e5f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 02 六月 2021 17:15:21 +0800 Subject: [PATCH] 2021-06-02 --- src/menu/components/table/normal-table/index.scss | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/menu/components/table/normal-table/index.scss b/src/menu/components/table/normal-table/index.scss index 93caec9..4d382fd 100644 --- a/src/menu/components/table/normal-table/index.scss +++ b/src/menu/components/table/normal-table/index.scss @@ -23,7 +23,7 @@ } .anticon-tool { position: absolute; - z-index: 1; + z-index: 2; font-size: 16px; right: 1px; top: 1px; @@ -31,13 +31,10 @@ padding: 5px; background: rgba(255, 255, 255, 0.55); } - .model-table-search-list.length0 + .model-menu-action-list { - min-height: 60px; - } .model-menu-action-list { - line-height: 40px; - padding: 10px 0px; - min-height: 50px; + line-height: 55px; + padding: 0px; + min-height: 55px; >.ant-row { min-height: 30px; } @@ -63,5 +60,6 @@ clear: both; } .menu-normal-table-edit-box:hover { - box-shadow: 0px 0px 2px #e8e8e8; + z-index: 1; + box-shadow: 0px 0px 4px #1890ff; } -- Gitblit v1.8.0