// 基于 @VIEW/实体数据选择视图/VIEW.scss.ftl 生成
.ibizuniproduct-pickup-view{
    position: relative;
}



.depickupview {
    .pickupviewpanel {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        height: 100%;
    }
    .footer {
        display: flex;
        justify-content: end;

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