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

update

上级 91910386
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</#list> </#list>
</#assign> </#assign>
<#if item.isShowCaption()> <#if item.isShowCaption()>
<nz-card [nzBordered]="false" nzTitle="${item.getCaption()}" class="<#if item.getPSSysCss?? && item.getPSSysCss()??>'${item.getPSSysCss().getCssName()}'</#if>"> <nz-card [nzBordered]="false" nzTitle="${item.getCaption()}" class="app-form-group<#if item.getPSSysCss?? && item.getPSSysCss()??>'${item.getPSSysCss().getCssName()}'</#if>">
<@ibizindent blank=4> <@ibizindent blank=4>
<#if item.getPSLayout()?? && item.getPSLayout().getLayout() == "FLEX"> <#if item.getPSLayout()?? && item.getPSLayout().getLayout() == "FLEX">
<#assign pageLayout = item.getPSLayout()> <#assign pageLayout = item.getPSLayout()>
......
...@@ -15,3 +15,13 @@ ${css.getCssStyle()} ...@@ -15,3 +15,13 @@ ${css.getCssStyle()}
.hidden { .hidden {
display: none; display: none;
} }
:hoop {
.app-form {
.app-form-group {
height: 100%;
.ant-card-body {
height: calc(100% - 58px);
}
}
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册