From 2aad1d9afd52427eaa528a1201e0db5b0de091e3 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期三, 05 十一月 2025 21:03:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 components/mold.vue |   30 +++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index 902aa33..831cad9 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -726,7 +726,7 @@
         font-size: 16px;
         font-weight: 500;
         white-space: nowrap;
-        height: 36px;
+        height: 60px;
         box-sizing: border-box;
         transition: all 0.3s;
         flex-shrink: 0;
@@ -839,19 +839,20 @@
     .tool-btn {
         flex: 0 0 calc(20% - 10px);
         box-sizing: border-box;
-        padding: 14px 16px;
+        padding: 10px 12px;
         background: #f5f5f5;
         border: 1px solid #d0d0d0;
         border-radius: 8px;
         cursor: pointer;
         color: #333;
         text-align: left;
-        font-size: 16px;
-        min-height: 60px;
+        font-size: 13px;
+        min-height: 50px;
         transition: background 0.15s, color 0.15s;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
+        line-height: 1.4;
     }
 
         .tool-btn.active {
@@ -864,7 +865,7 @@
     .dialog-actions {
         display: flex;
         justify-content: space-between;
-        align-items: flex-end;
+        align-items: center;
         margin-top: 2vh;
         padding-top: 2vh;
         border-top: 1px solid #eee;
@@ -884,16 +885,23 @@
             align-items: center;
         }
 
+        .dialog-actions .btn-blue {
+            padding: 10px 24px;
+            font-size: 16px;
+            min-width: 100px;
+        }
+
     .btn-disabled {
         background: #f2f2f2;
-        color: #bbb;
+        color: #999;
         border: none;
-        padding: 14px 36px;
-        border-radius: 10px;
-        font-size: 1.1vw;
-        font-weight: bold;
+        padding: 10px 24px;
+        border-radius: 4px;
+        font-size: 16px;
+        font-weight: 500;
         cursor: not-allowed;
         box-shadow: none;
+        min-width: 100px;
     }
 
     /* 琛ㄦ牸鏍峰紡 */
@@ -1025,7 +1033,7 @@
     .btn-blue.large-btn {
         padding: 8px 24px;
         font-size: 16px;
-        height: 36px;
+        height: 60px;
         min-width: 100px;
     }
 

--
Gitblit v1.9.3