From 7670b46439a73e425be42a0fcf79930f2a9a1ea4 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 20 十月 2025 13:58:23 +0800
Subject: [PATCH] 界面优化

---
 components/mold.vue |   37 +++++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 12 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index 420b68b..1a6cfab 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -554,16 +554,27 @@
 		background-color: #00A2E9;
 		color: white;
 		border: none;
-		padding: 10px 22px;
+		padding: 14px 36px;
 		margin-left: 8px;
-		border-radius: 6px;
+		border-radius: 10px;
 		cursor: pointer;
-		font-size: 1vw;
-		transition: background 0.2s;
+		font-size: 1.1vw;
+		font-weight: bold;
+		box-shadow: 0 2px 8px rgba(0,0,0,0.04);
+		transition: background 0.2s, box-shadow 0.2s;
 	}
 
-		.btn-blue:active {
+		.btn-blue:active,
+		.btn-blue:focus {
 			background-color: #0086c2;
+			box-shadow: 0 4px 12px rgba(0,162,233,0.12);
+		}
+
+		.btn-blue:disabled {
+			background: #b3e0f7;
+			color: #eee;
+			cursor: not-allowed;
+			box-shadow: none;
 		}
 
 	.button-row {
@@ -664,24 +675,26 @@
 		.dialog-actions > div:first-child {
 			display: flex;
 			align-items: center;
-			gap: 16px;
+			gap: 24px;
 		}
 
 		.dialog-actions > div:last-child {
 			display: flex;
 			flex-direction: column;
-			gap: 12px;
+			gap: 16px;
 			align-items: flex-end;
 		}
 
 	.btn-disabled {
-		background: #eee;
-		color: #aaa;
+		background: #f2f2f2;
+		color: #bbb;
 		border: none;
-		padding: 10px 22px;
-		border-radius: 6px;
-		font-size: 1vw;
+		padding: 14px 36px;
+		border-radius: 10px;
+		font-size: 1.1vw;
+		font-weight: bold;
 		cursor: not-allowed;
+		box-shadow: none;
 	}
 
 	/* 琛ㄦ牸鏁翠綋灞呬腑锛屽搴﹂檺鍒讹紝鍐呭灞呬腑 */

--
Gitblit v1.9.3