ibizorder-pickup-view.scss 320 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// 基于 @VIEW/实体数据选择视图/VIEW.scss.ftl 生成
.ibizorder-pickup-view{
    position: relative;
}



.pickup-view {
    >.pickupviewpanel {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        height: calc(100% - 64px);
    }
    >.footer {
        height: 64px;
    }
}