From 7334e837471ad8e9859c84b664faacef0803f1f0 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 20 十月 2025 14:07:30 +0800
Subject: [PATCH] 界面优化

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

diff --git a/components/mold.vue b/components/mold.vue
index 9ec5fa9..d996c66 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -513,13 +513,17 @@
 </script>
 
 <style scoped>
-	.top-section-grid {
-		display: flex;
-		justify-content: center;
-		align-items: flex-end;
-		gap: 32px;
-		margin-bottom: 2vh;
-	}
+    .top-section-grid {
+        display: flex;
+        justify-content: center;
+        align-items: flex-end;
+        gap: 32px;
+        margin-bottom: 2vh;
+        width: 95vw; /* 鏂板锛屽拰琛ㄦ牸瀹藉害涓�鑷� */
+        max-width: 1600px; /* 鏂板锛屽拰琛ㄦ牸涓�鑷� */
+        margin-left: auto; /* 鏂板锛屽眳涓� */
+        margin-right: auto; /* 鏂板锛屽眳涓� */
+    }
 
 	.form-cell {
 		display: flex;

--
Gitblit v1.9.3