From a1e9b18a4dbfd21e1bf4d5cb60974ac2f0115efd Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 30 五月 2025 15:18:44 +0800
Subject: [PATCH] 2025-05-30

---
 src/tabviews/zshare/actionList/index.scss |   92 +++++++++++++++++++++++++++++++---------------
 1 files changed, 62 insertions(+), 30 deletions(-)

diff --git a/src/tabviews/zshare/actionList/index.scss b/src/tabviews/zshare/actionList/index.scss
index 844e480..3419db2 100644
--- a/src/tabviews/zshare/actionList/index.scss
+++ b/src/tabviews/zshare/actionList/index.scss
@@ -1,12 +1,36 @@
 .button-list.toolbar-button {
   position: relative;
-  padding: 15px 0px 5px;
-  background: #ffffff;
+  padding: 15px 0px 0px;
+  min-height: 55px;
+  background: transparent;
+
   button {
-    min-width: 65px;
+    min-width: 60px;
     margin-right: 15px;
-    margin-bottom: 10px;
+    margin-bottom: 10px!important;
     overflow: hidden;
+    min-height: 28px;
+    height: auto;
+  }
+  .ant-btn-icon-only {
+    width: auto;
+    padding: 0 15px;
+  }
+  .ant-btn.ant-btn-link {
+    border-color: #d9d9d9;
+  }
+
+  .ant-btn.mk-btn-hover-bg:not([disabled]):hover {
+    opacity: 1!important;
+    color: #ffffff!important;
+    border-color: var(--mk-sys-color)!important;
+    background-color: var(--mk-sys-color)!important;
+  }
+  .ant-btn.mk-btn-hover-border:not([disabled]):hover {
+    opacity: 1!important;
+    color: var(--mk-sys-color)!important;
+    border-color: var(--mk-sys-color)!important;
+    background-color: #ffffff!important;
   }
 
   .loading-skeleton {
@@ -24,31 +48,39 @@
     display: none;
   }
 }
-// 璁剧疆妯℃�佹鏍峰紡锛岃瀹氭渶澶ф渶灏忛珮搴︼紝閲嶇疆婊氬姩鏉�
-.action-modal {
-  .ant-modal {
-    max-width: 95vw;
-    top: 70px;
+
+.mk-button-more {
+  display: inline-block;
+  height: 28px;
+  border: 1px solid #d8d8d8;
+  line-height: 28px;
+  padding: 0 10px 0px 20px;
+  border-radius: 4px;
+  cursor: pointer;
+  .anticon-down {
+    margin-left: 3px;
   }
-  .ant-modal-body {
-    max-height: calc(100vh - 235px);
-    min-height: 150px;
-    overflow-y: auto;
-    padding-bottom: 35px;
+}
+.mk-button-dropdown-wrap {
+  box-shadow: 0 0 2px #bcbcbc;
+  background: #ffffff;
+  min-width: 85px;
+  button {
+    display: block;
+    margin: 0!important;
+    width: 100%;
+    height: 34px;
+    border-radius: 0px;
+    padding-left: 15px!important;
+    border: none;
+    color: rgba(0, 0, 0, 0.65)!important;
+    border-bottom: 1px solid #e8e8e8!important;
+    background: #ffffff!important;
+    .anticon {
+      display: none;
+    }
+    .anticon + span {
+      margin-left: 0px;
+    }
   }
-  .ant-modal-body::-webkit-scrollbar {
-    width: 7px;
-    height: 7px;
-  }
-  .ant-modal-body::-webkit-scrollbar-thumb {
-    border-radius: 5px;
-    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
-    background: rgba(0, 0, 0, 0.13);
-  }
-  .ant-modal-body::-webkit-scrollbar-track {
-    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
-    border-radius: 3px;
-    border: 1px solid rgba(0, 0, 0, 0.07);
-    background: rgba(0, 0, 0, 0);
-  }
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0