From 8d7c3eed8bdac1e77c8de90a3227d801708c358e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 15 五月 2023 21:12:56 +0800
Subject: [PATCH] 2023-05-15

---
 src/tabviews/zshare/actionList/index.scss |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/src/tabviews/zshare/actionList/index.scss b/src/tabviews/zshare/actionList/index.scss
index c811b15..42c8bcc 100644
--- a/src/tabviews/zshare/actionList/index.scss
+++ b/src/tabviews/zshare/actionList/index.scss
@@ -1,11 +1,13 @@
 .button-list.toolbar-button {
   position: relative;
-  padding: 15px 0px 5px;
+  padding: 15px 0px 0px;
   background: #ffffff;
+  min-height: 55px;
+
   button {
     min-width: 65px;
     margin-right: 15px;
-    margin-bottom: 10px;
+    margin-bottom: 10px!important;
     overflow: hidden;
     min-height: 28px;
     height: auto;
@@ -26,13 +28,7 @@
     display: none;
   }
 }
-.button-list.toolbar-button.double-line {
-  padding-top: 10px;
-  padding-bottom: 0px;
-  button {
-    margin-bottom: 10px!important;
-  }
-}
+
 .mk-button-more {
   display: inline-block;
   height: 28px;

--
Gitblit v1.8.0