From 226757d4f8046aa493af39f0f83a203eb204f2b7 Mon Sep 17 00:00:00 2001 From: Kylin Date: Wed, 28 Aug 2024 16:14:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dindex.vue=E7=9A=84?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 我记得修复过。这次再修复一次吧。 --- .../templates/generator/index.vue.vm | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/main/resources/templates/generator/index.vue.vm b/src/main/resources/templates/generator/index.vue.vm index 247a8ba2..cc369d0f 100644 --- a/src/main/resources/templates/generator/index.vue.vm +++ b/src/main/resources/templates/generator/index.vue.vm @@ -122,7 +122,8 @@ key="$fieldConfig.fieldName" label="$fieldConfig.fieldComment" prop="$fieldConfig.fieldName" - min-width="100" + min-width="150" + align="center" /> #end #end @@ -174,7 +175,7 @@ #if($fieldConfig.formType == "INPUT") #end #elseif($fieldConfig.formType == "RADIO") - + 选项一 选项二 #elseif($fieldConfig.formType == "CHECK_BOX") - + 选项一 选项二 #elseif($fieldConfig.formType == "INPUT_NUMBER") #elseif($fieldConfig.formType == "SWITCH") #elseif($fieldConfig.formType == "TEXT_AREA") #elseif($fieldConfig.formType == "DATE_TIME")