ibizhardware-index-pickup-view.scss 408 字节
Newer Older
1 2 3 4 5 6 7
// 基于 @VIEW/实体数据选择视图/VIEW.scss.ftl 生成
.ibizhardware-index-pickup-view{
    position: relative;
}



8 9
.depickupview {
    .pickupviewpanel {
10 11 12
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
13
        height: 100%;
14
    }
15 16 17 18 19 20 21
    .footer {
        display: flex;
        justify-content: end;

        >.ivu-btn {
            margin-left: 10px;
        }
22 23
    }
}