//选择批次
.modal-batchlist{
    .u-modal-body{
        padding-left:0;
        padding-right:0;
        .u-table-header::-webkit-scrollbar{
            display: none;
        }
    }
    .modal-batchlist-content{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .modal-head{
        padding-left:16px;
        padding-right:16px;

        height:50px;
        .modal-head-left {
            font-size     : 14px;
            letter-spacing: 0;
            line-height   : 50px;

            .modal-head-title {
                color: #666666;
            }

            .modal-head-value {
                color: #151515;
            }
        }
        .modal-head-right{
            border:none;
            margin-top:9px;
            font-family: PingFangSC-Regular;
            font-size: 12px;
            color: #FFFFFF;
            line-height: 22px;

            padding:4px 4px;
            background: #FF8C26;
            border-radius: 4px;
            width:64px;
            height: 32px;
        }
            
    }
    .modal-body{
        flex-grow:1; 
        width:100%;
        padding-left:16px;
        padding-right:16px;
    }
    .modal-footer{
        font-size: 12px;
        line-height: 12px;
        padding: 8px 16px;
        color: #666;
        border-top:1px #E6E6EB solid;
    }
}