.select-options {
  .el-scrollbar__view {
    margin-bottom: 41px !important;
  }
}
.sel-cus-footer {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  height: 30px;
  line-height: 30px;
  padding-top: 10px;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #eee;
}
.sel-cus-footer .el-pagination {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}