From 1e1bf59e327a9de866358e5c20b138335971fdba Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 09 十月 2025 15:31:16 +0800
Subject: [PATCH] 界面优化

---
 components/mold.vue |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index c75f939..9daac6d 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -293,14 +293,16 @@
 		overflow-y: auto;
 	}
 
-	.tool-btn {
-		margin: 5px 10px 5px 0;
-		padding: 8px 16px;
-		background: #f5f5f5;
-		border: 1px solid #ccc;
-		border-radius: 4px;
-		cursor: pointer;
-	}
+    .tool-btn {
+        margin: 5px 10px 5px 0;
+        padding: 8px 16px;
+        background: #f5f5f5;
+        border: 1px solid #ccc;
+        border-radius: 4px;
+        cursor: pointer;
+        background: #e0e0e0;
+        color: #888;
+    }
 
 	.dialog-actions {
 		display: flex;

--
Gitblit v1.9.3