VIEW.less.ftl 336 字节
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
<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
</#ibizinclude>

.app-view-appindexview {
    width: 100%;
    height: 100%;
    .app-view-content {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100% - 3.5rem);
    }
    .app-view-footer {
        height: 3.5rem;
        width: 100%;
    }
}