From 0f7e2a6b1da91fef0c4ab67f19812cb3648cf0cf Mon Sep 17 00:00:00 2001
From: hzj <1304805162@qq.com>
Date: Mon, 15 Dec 2025 11:01:18 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E9=9D=93=E5=8F=B7=E5=AE=A1=E6=89=B9?=
=?UTF-8?q?=E9=A1=B5):=20=E9=A9=B3=E5=9B=9E=E5=BC=B9=E7=AA=97=E7=9A=84?=
=?UTF-8?q?=E5=A4=87=E6=B3=A8=E8=BE=93=E5=85=A5=E6=A1=86=E5=8E=BB=E9=99=A4?=
=?UTF-8?q?=E7=A9=BA=E6=A0=BC=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/applyHandle.vue | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/views/user/beautiful-number-apply/components/applyHandle.vue b/src/views/user/beautiful-number-apply/components/applyHandle.vue
index 8dfa16e..b7ebc14 100644
--- a/src/views/user/beautiful-number-apply/components/applyHandle.vue
+++ b/src/views/user/beautiful-number-apply/components/applyHandle.vue
@@ -10,13 +10,17 @@
v-loading="loading"
:model="form"
:rules="formRules"
- label-width="80px"
+ label-width="40px"
>
@@ -57,7 +61,7 @@ export default {
remark: ""
},
formRules: {
- remark: commonRules
+ // remark: commonRules
}
};
},