提交 294c9aa3 编写于 作者: JunZai's avatar JunZai

update

上级 ff890ee0
......@@ -5,7 +5,7 @@
${P.getPartCode(formmenber).code}
</div>
<#elseif layout == 'FLEX'>
<div [ngClass]="{ hidden: !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 [ngClass]="{ hidden: !detailsModel.${formmenber.name}.visible }" style="<#if LayoutPos.getGrow() != -1>flex-grow: ${LayoutPos.getGrow()?c};<#if !LayoutPos.getHeight()??>height: 0;</#if></#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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册