提交 8d21abf0 编写于 作者: zhangkang's avatar zhangkang

=自定义头部视图样式

上级 a0044d4f
.${view.getViewType()?lower_case}{
<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
</#ibizinclude>
<#if view.hasPSControl('searchform')>
// 搜索表单内容
.searchform-content {
display: flex;
height: 100%;
flex-direction: column;
.form-content {
flex-grow: 1;
overflow: auto;
height: 50%;
}
.form-action {
padding: 0.5rem 1rem;
text-align: center;
}
}
</#if>
.batch_btn{
.selectal-label {
padding-left: 15px;
font-size: 13px;
color: @color-main-color;
}
}
.mdview-tools-select{
display: flex;
overflow: auto;
}
}
.${srffilepath2(view.getCodeName())}{}
<#assign view_header_block>
<app-common-header></app-common-header>
</#assign>
<#if view.hasPSControl('mdctrl')>
<#ibizinclude>
../@MACRO/MOB_MD_VIEW.vue.ftl
</#ibizinclude>
</#if>
<#ibizinclude>
../@MACRO/VIEW_LAYOUT_BASE.ftl
</#ibizinclude>
\ No newline at end of file
......@@ -8,9 +8,6 @@
}
}
</#assign>
<#assign view_header_block>
<app-common-header></app-common-header>
</#assign>
<#ibizinclude>
../@MACRO/MOBMDVIEW.vue.ftl
</#ibizinclude>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册