CONTROL.less.ftl 432 字节
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 22
<#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude>

.app-layoutpanel {
    height: 100%;
    margin-bottom: 10px;
    > .app-layoutpanel-container {
        height: 100%;
        .app-layoutpanel-rowitem{
            line-height: 44px;
        }
    }
    .item-field{
        padding: 0 4px;
        display: flex;
        >.item-field-label{
            padding: 0 8px;
            line-height: 44px;
        }
    }
}