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

Update CONTROL.vue#DETAIL_GROUPPANEL.ftl

上级 43dcfee5
...@@ -25,7 +25,7 @@ ${item.render.code} ...@@ -25,7 +25,7 @@ ${item.render.code}
</#if> </#if>
${item.getCaption()} ${item.getCaption()}
</template> </template>
<p class="app-form-group-content"> <div class="app-form-group-content">
<#if item.getPSLayout()?? && item.getPSLayout().getLayout() == "FLEX"> <#if item.getPSLayout()?? && item.getPSLayout().getLayout() == "FLEX">
<#assign pageLayout = item.getPSLayout()> <#assign pageLayout = item.getPSLayout()>
<div style="height: 100%;display: flex;<#if pageLayout.getDir()!="">flex-direction: ${pageLayout.getDir()};</#if><#if pageLayout.getAlign()!="">justify-content: ${pageLayout.getAlign()};</#if><#if pageLayout.getVAlign()!="">align-items: ${pageLayout.getVAlign()};</#if>"> <div style="height: 100%;display: flex;<#if pageLayout.getDir()!="">flex-direction: ${pageLayout.getDir()};</#if><#if pageLayout.getAlign()!="">justify-content: ${pageLayout.getAlign()};</#if><#if pageLayout.getVAlign()!="">align-items: ${pageLayout.getVAlign()};</#if>">
...@@ -36,7 +36,7 @@ ${item.render.code} ...@@ -36,7 +36,7 @@ ${item.render.code}
${content} ${content}
</a-row> </a-row>
</#if> </#if>
</p> </div>
</a-collapse-panel> </a-collapse-panel>
</a-collapse> </a-collapse>
<#else> <#else>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册