From 72419e2f826031a158173f46d723a672064e37cd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 八月 2021 22:42:51 +0800 Subject: [PATCH] 2021-08-31 --- src/tabviews/custom/components/table/normal-table/index.scss | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tabviews/custom/components/table/normal-table/index.scss b/src/tabviews/custom/components/table/normal-table/index.scss index 1d424bb..e3d3aed 100644 --- a/src/tabviews/custom/components/table/normal-table/index.scss +++ b/src/tabviews/custom/components/table/normal-table/index.scss @@ -9,13 +9,13 @@ } >.button-list.toolbar-button { padding: 0; - line-height: 55px; + line-height: 45px; padding-right: 60px; button { margin-right: 0px; margin-bottom: 0px; min-height: 28px; - height: 28px; + height: auto; } } .ant-modal-mask { @@ -80,13 +80,13 @@ padding: 0; >.button-list.toolbar-button { padding: 0; - line-height: 55px; + line-height: 45px; padding-right: 60px; button { margin-right: 0px; margin-bottom: 0px; min-height: 28px; - height: 28px; + height: auto; } } } -- Gitblit v1.8.0