优化代码生成模板

This commit is contained in:
不做码农
2022-04-07 13:30:47 +08:00
parent 5b376614d0
commit a0cf47c099
7 changed files with 148 additions and 70 deletions

View File

@@ -57,7 +57,7 @@ $end
<el-dialog :title="title" :lock-scroll="false" :visible.sync="open" >
<el-form ref="form" :model="form" :rules="rules" :label-width="formLabelWidth">
<el-row :gutter="20">
${VueViewFormContent}
${VueViewFormContent}
</el-row>
</el-form>
<div slot="footer" class="dialog-footer">