From ab262bbe2c64ba086a14f181e5a27eba4b46b555 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 13 十月 2023 17:59:53 +0800 Subject: [PATCH] 2023-10-13 --- src/tabviews/zshare/actionList/index.scss | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.scss b/src/tabviews/zshare/actionList/index.scss index 42c8bcc..1d31f09 100644 --- a/src/tabviews/zshare/actionList/index.scss +++ b/src/tabviews/zshare/actionList/index.scss @@ -1,17 +1,21 @@ .button-list.toolbar-button { position: relative; padding: 15px 0px 0px; - background: #ffffff; min-height: 55px; + background: transparent; button { - min-width: 65px; + min-width: 60px; margin-right: 15px; margin-bottom: 10px!important; overflow: hidden; min-height: 28px; height: auto; } + .ant-btn-icon-only { + width: auto; + padding: 0 15px; + } .loading-skeleton { background: -webkit-gradient(linear,left top,right top,color-stop(25%,#f5f5f5),color-stop(37%,#ffffff),color-stop(63%,#f5f5f5)); -- Gitblit v1.8.0