VIEW.less.ftl 390 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<#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>