From 69c99241ef80eaea8775e1f028800213c493df81 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 14 十月 2025 16:50:13 +0800
Subject: [PATCH] 按钮优化
---
components/mold.vue | 20 +++++++-------------
1 files changed, 7 insertions(+), 13 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index 4ba22ec..0ac4180 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -558,25 +558,19 @@
box-sizing: border-box;
margin: 5px 1% 5px 0;
padding: 8px 16px;
- background: #f5f5f5;
+ background: #fff; /* 甯告�佺櫧鑹� */
border: 1px solid #ccc;
border-radius: 4px;
cursor: pointer;
- background: #e0e0e0;
- color: #888;
+ color: #333; /* 甯告�佹繁鑹插瓧 */
text-align: left;
+ transition: background 0.15s, color 0.15s;
}
- .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;
- }
+ .tool-btn:active {
+ background: #e0e0e0; /* 鎸変笅鍙樼伆 */
+ color: #888;
+ }
.dialog-actions {
display: flex;
--
Gitblit v1.9.3