/*
 * @Author: 焦质晔
 * @Date: 2020-03-26 11:45:02
 * @Last Modified by: 焦质晔
 * @Last Modified time: 2024-11-05 19:09:20
 */
@use './variable' as *;

.#{$prefix-table}-pager {
  margin-top: $v-module-distance;
  display: flex;
  justify-content: space-between;
  .pager-alert {
    .#{$prefix-table}__alert {
      height: 100%;
    }
  }
  .el-pagination {
    &__editor {
      width: 40px !important;
    }
    &__sizes {
      .el-select {
        width: 100px !important;
      }
    }
  }
}
