From 4c9caf3828b22bf1d940b0f3a012a7d2f6f5b67a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 八月 2021 18:40:13 +0800 Subject: [PATCH] 2021-08-31 --- src/tabviews/custom/components/table/normal-table/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/table/normal-table/index.scss b/src/tabviews/custom/components/table/normal-table/index.scss index 1207f33..1d424bb 100644 --- a/src/tabviews/custom/components/table/normal-table/index.scss +++ b/src/tabviews/custom/components/table/normal-table/index.scss @@ -14,6 +14,8 @@ button { margin-right: 0px; margin-bottom: 0px; + min-height: 28px; + height: 28px; } } .ant-modal-mask { @@ -83,6 +85,8 @@ button { margin-right: 0px; margin-bottom: 0px; + min-height: 28px; + height: 28px; } } } -- Gitblit v1.8.0