From 0fd35c414e8dc61ea105865047d9e1edc94f3cfb Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 15 Dec 2025 11:45:55 +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-->=E9=A9=B3=E5=9B=9E=E5=BC=B9=E7=AA=97):=20=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E7=9A=84=E5=AD=97=E6=95=B0=E6=98=BE=E7=A4=BA=E6=A1=86?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../beautiful-number-apply/components/applyHandle.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/user/beautiful-number-apply/components/applyHandle.vue b/src/views/user/beautiful-number-apply/components/applyHandle.vue index b7ebc14..8ab2e31 100644 --- a/src/views/user/beautiful-number-apply/components/applyHandle.vue +++ b/src/views/user/beautiful-number-apply/components/applyHandle.vue @@ -18,9 +18,8 @@ type="textarea" placeholder="请输入驳回理由" maxlength="300" - resize="none" show-word-limit - rows="8" + rows="9" /> @@ -100,3 +99,10 @@ export default { } }; + +