app-default-expview-layout.less 228 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
// 导航视图布局面板
.deexpview {
    .app-vc-expbar__left,
    .app-vc-expbar__top,
    .app-vc-expbar__body {
        height: 100%;
    }
    .app-vc-expbar__left,
    .app-vc-expbar__top{
        padding: 4px;
    }
}