From 66cb980771189f0a068ad1c88e10b11c1d14ad85 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 14 十月 2025 16:33:47 +0800
Subject: [PATCH] 修改页面大小

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

diff --git a/components/mold.vue b/components/mold.vue
index 68c3d51..a1be950 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -532,12 +532,15 @@
 		z-index: 1000;
 	}
 
-	.dialog {
-		background: #fff;
-		padding: 2vh 2vw;
-		border-radius: 8px;
-		width: 60vw;
-	}
+    .dialog {
+        background: #fff;
+        padding: 3vh 3vw; /* 澧炲ぇ鍐呰竟璺� */
+        border-radius: 12px; /* 绋嶅井鍦嗘鼎涓�鐐� */
+        width: 80vw; /* 鍘�60vw锛屾敼涓�80vw鏇村 */
+        max-width: 1200px; /* 闄愬埗鏈�澶у搴︼紝闃叉瓒呭睆 */
+        min-height: 60vh; /* 澧炲姞鏈�灏忛珮搴� */
+        box-sizing: border-box;
+    }
 
 	.tool-list {
 		display: flex;

--
Gitblit v1.9.3