From d7534812c8199bf1e9faa0279b63e434737d6374 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 16 四月 2021 16:06:27 +0800 Subject: [PATCH] 2021-04-16 --- src/tabviews/custom/index.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss index 4e7b7e6..a0314f1 100644 --- a/src/tabviews/custom/index.scss +++ b/src/tabviews/custom/index.scss @@ -43,6 +43,12 @@ .ant-btn-link:hover { opacity: 0.8; } + .button-list.toolbar-button { + button { + height: auto; + min-height: 32px; + } + } } .custom-page-wrap.loading { .ant-spin-spinning:not(.view-spin) { -- Gitblit v1.8.0