VIEW.less.ftl 784 字节
Newer Older
1 2 3 4
.${view.getViewType()?lower_case}{
    <#ibizinclude>
    ../@MACRO/DEFAULT.less.ftl
    </#ibizinclude>
ibizdev's avatar
ibizdev committed
5

6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
    <#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;
        }
ibizdev's avatar
ibizdev committed
21
    }
22 23
    </#if>
    .batch_btn{
KK's avatar
KK committed
24 25 26 27 28
        .selectal-label {
            padding-left: 15px;
            font-size: 13px;
            color: @color-main-color;
        }
ibizdev's avatar
ibizdev committed
29
    }
KK's avatar
KK committed
30 31 32 33
    .mdview-tools-select{
        display: flex;
        overflow: auto;
    }
ibizdev's avatar
ibizdev committed
34
}
35 36

.${srffilepath2(view.getCodeName())}{}