From f2beb6e2a6dbd438b4382fba9d50f9137f81c0b0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 八月 2021 19:10:06 +0800 Subject: [PATCH] 2021-08-31 --- src/tabviews/zshare/actionList/index.scss | 2 +- src/tabviews/custom/index.scss | 1 - src/tabviews/zshare/topSearch/index.scss | 2 +- src/tabviews/custom/components/card/data-card/index.scss | 2 +- src/tabviews/custom/components/table/normal-table/index.scss | 4 ++-- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss index 041940b..7648cb1 100644 --- a/src/tabviews/custom/components/card/data-card/index.scss +++ b/src/tabviews/custom/components/card/data-card/index.scss @@ -12,7 +12,7 @@ margin-right: 0px; margin-bottom: 0px; min-height: 28px; - height: 28px; + height: auto; } } diff --git a/src/tabviews/custom/components/table/normal-table/index.scss b/src/tabviews/custom/components/table/normal-table/index.scss index 1d424bb..2e28b4f 100644 --- a/src/tabviews/custom/components/table/normal-table/index.scss +++ b/src/tabviews/custom/components/table/normal-table/index.scss @@ -15,7 +15,7 @@ margin-right: 0px; margin-bottom: 0px; min-height: 28px; - height: 28px; + height: auto; } } .ant-modal-mask { @@ -86,7 +86,7 @@ margin-right: 0px; margin-bottom: 0px; min-height: 28px; - height: 28px; + height: auto; } } } diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss index fe6390c..6b7e1c7 100644 --- a/src/tabviews/custom/index.scss +++ b/src/tabviews/custom/index.scss @@ -47,7 +47,6 @@ button { height: auto; min-height: 28px; - height: 28px; } } } diff --git a/src/tabviews/zshare/actionList/index.scss b/src/tabviews/zshare/actionList/index.scss index ea382da..cd544eb 100644 --- a/src/tabviews/zshare/actionList/index.scss +++ b/src/tabviews/zshare/actionList/index.scss @@ -8,7 +8,7 @@ margin-bottom: 10px; overflow: hidden; min-height: 28px; - height: 28px; + height: auto; } .loading-skeleton { diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss index 1b8fded..5cfa7c7 100644 --- a/src/tabviews/zshare/topSearch/index.scss +++ b/src/tabviews/zshare/topSearch/index.scss @@ -46,7 +46,7 @@ } } .ant-btn { - height: 28px; + height: auto; min-height: 28px; } } -- Gitblit v1.8.0