From cb1fb04829b5d10fd5ff86de255637d3516a535d Mon Sep 17 00:00:00 2001 From: GouJ Date: Mon, 14 Sep 2026 13:37:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=89=A7=E6=9C=AC=E9=A3=8E=E6=A0=BC?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=A4=9A=E8=A1=8C=E8=BE=93=E5=85=A5=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/projects/components/CreateProjectDialog.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/features/projects/components/CreateProjectDialog.vue b/src/features/projects/components/CreateProjectDialog.vue index 2ee5e3a..6ee4c1c 100644 --- a/src/features/projects/components/CreateProjectDialog.vue +++ b/src/features/projects/components/CreateProjectDialog.vue @@ -68,13 +68,15 @@ const rules = { topic: requiredTextRule('故事主题'), episodeCount: integerRu :autosize="{ minRows: 3, maxRows: 12 }" > -
+