提交 31fb3236 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update FORM_MEMBER_LAYOUT.vue.ftl

上级 1f3fe53f
......@@ -5,7 +5,7 @@
${P.getPartCode(formmenber).code}
</a-col>
<#elseif layout == 'FLEX'>
<div v-show="this.detailsModel.${formmenber.name}.visible" style="<#if LayoutPos.getGrow() != -1>flex-grow: ${LayoutPos.getGrow()?c};</#if><#if LayoutPos.getWidth()??>width: ${LayoutPos.getWidth()?c}px;</#if><#if LayoutPos.getHeight()??>height: ${LayoutPos.getHeight()?c}px;</#if>">
<div v-show="this.detailsModel.${formmenber.name}.visible" style="flex-grow:<#if LayoutPos.getGrow() != -1>${LayoutPos.getGrow()?c}<#else>1</#if>;<#if LayoutPos.getWidth()??>width: ${LayoutPos.getWidth()?c}px;</#if><#if LayoutPos.getHeight()??>height: ${LayoutPos.getHeight()?c}px;</#if>">
${P.getPartCode(formmenber).code}
</div>
<#else>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册