修改代码生成 form 模板的 width

This commit is contained in:
zhoumingfa 2024-08-16 17:53:06 +08:00
parent 6bcb9b296f
commit 3fcb764078

View File

@ -8,7 +8,7 @@
<template>
<a-$!{insertAndUpdate.pageType}
:title="form.$!{primaryKeyFieldName} ? '编辑' : '添加'"
width="$!{insertAndUpdate.width}"
:width="$!{insertAndUpdate.width}"
:open="visibleFlag"
#if($!{insertAndUpdate.pageType} == 'drawer')
@close="onClose"