提交 066162e6 编写于 作者: Neuromancer255's avatar Neuromancer255

多数据视图样式模板调整

上级 4c70b4b0
<#ibizinclude> .${view.getViewType()?lower_case}{
../@MACRO/DEFAULT.less.ftl <#ibizinclude>
</#ibizinclude> ../@MACRO/DEFAULT.less.ftl
</#ibizinclude>
<#if view.hasPSControl('searchform')> <#if view.hasPSControl('searchform')>
// 搜索表单内容 // 搜索表单内容
.searchform-content { .searchform-content {
display: flex; display: flex;
height: 100%; height: 100%;
flex-direction: column; flex-direction: column;
.form-content { .form-content {
flex-grow: 1; flex-grow: 1;
overflow: auto; overflow: auto;
height: 50%; height: 50%;
}
.form-action {
padding: 0.5rem 1rem;
text-align: center;
}
} }
.form-action { </#if>
padding: 0.5rem 1rem; .batch_btn{
text-align: center; display: flex;
justify-content: center;
} }
} }
</#if>
.batch_btn{ .${srffilepath2(view.getCodeName())}{}
display: flex;
justify-content: center;
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册