提交 9b2a18d9 编写于 作者: JunZai's avatar JunZai

update

上级 6f0616d7
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
<#ibizinclude> <#ibizinclude>
../@MACRO/CONTROL/LANGBASE.tsx.ftl ../@MACRO/CONTROL/LANGBASE.tsx.ftl
</#ibizinclude> </#ibizinclude>
<Form.Item label="${item.getCaption()}" key='${item.name}' className='<#if item.getPSSysCss?? && item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>'> <nz-form-item [nzFlex]="true" class="<#if item.getPSSysCss?? && item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>">
<@ibizindent blank=4> <nz-form-label style="width: <#if item.getLabelWidth() gt 0>${item.getLabelWidth()?c}<#else>130</#if>px;">${item.getCaption()}</nz-form-label>
${P.getEditorCode(item, "EDITOR.tsx").code} <nz-form-control style="flex-grow: 1;">
<@ibizindent blank=8>
${P.getEditorCode(item, "EDITOR.tsx").code}
</@ibizindent> </@ibizindent>
</nz-form-control>
</Form.Item> </nz-form-item >
</#if> </#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册