CONTROL.less.ftl 479 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5
<#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude>

.app-form {
KK's avatar
KK committed
6
<#if ctrl.getFormFuncMode?? && ctrl.getFormFuncMode()?? && ctrl.getFormFuncMode() == "WIZARDFORM">
KK's avatar
KK committed
7 8 9
    height: calc(100vh - 105px - 52px);
    overflow: auto;
<#else>
ibizdev's avatar
ibizdev committed
10
    height: 100%;
KK's avatar
KK committed
11
</#if>
ibizdev's avatar
ibizdev committed
12 13 14 15 16 17 18
    >.app-form-tabs {
        height: 100%;
        >.app-form-tab {
            height: 100%;
            overflow: auto;
        }
    }
19 20 21 22 23
}

<#if appde??>
.${appde.getCodeName()?lower_case}-${ctrl.name}{}
</#if>