From 21c0dfcb0f78ce1599f65ad146e35a8dab32e929 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 14 十月 2025 16:35:36 +0800
Subject: [PATCH] 输入框更宽

---
 components/mold.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index a1be950..71100b5 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -542,6 +542,10 @@
         box-sizing: border-box;
     }
 
+    .form-group .input {
+        width: 24vw; /* 杈撳叆妗嗘洿瀹� */
+    }
+
 	.tool-list {
 		display: flex;
 		flex-wrap: wrap;

--
Gitblit v1.9.3