From 9dbb77c934430599a7e7bdbd6f1eff6362fc21cb Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 10 Nov 2023 17:35:33 +0800 Subject: [PATCH] =?UTF-8?q?style(=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E6=A8=A1=E6=9D=BF=E8=A1=A8=E5=8D=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../organization/template/components/templateDetail.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/setting/organization/template/components/templateDetail.vue b/frontend/src/views/setting/organization/template/components/templateDetail.vue index a3e471a4f5..f5c7b5a8f2 100644 --- a/frontend/src/views/setting/organization/template/components/templateDetail.vue +++ b/frontend/src/views/setting/organization/template/components/templateDetail.vue @@ -83,6 +83,7 @@ :label="t('system.orgTemplate.defectName')" :rules="[{ required: true, message: t('system.orgTemplate.defectNamePlaceholder') }]" required + class="max-w-[732px]" asterisk-position="end" > - +