From 6b89f08dd48f79bc4f248c747535f62a4ac55de7 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期二, 04 十一月 2025 19:01:07 +0800
Subject: [PATCH] 样式调整1

---
 components/mold.vue |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index 902aa33..65439ac 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -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;
     }
 
     /* 琛ㄦ牸鏍峰紡 */

--
Gitblit v1.9.3