From 2282b0f8b98889b91903bc61275cd3eee69c6116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 28 Sep 2023 17:49:07 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=8F=90=E4=BA=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commonPage/modules/SubmitQuestionModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue b/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue index fc975e0a..2086390d 100644 --- a/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue +++ b/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue @@ -57,7 +57,7 @@ @change="event => event.target.value = event.target.value.trim()" :maxLength="500" v-decorator="['problemDescription', validatorRules.problemDescription]" /> - + @@ -67,7 +67,7 @@