
.customerLabelComponent .el-scrollbar{
    position: relative !important;
    padding-bottom: 50px !important
}
.el-select-box{
    position: absolute;bottom: 5px;left: 50%;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);
}

