@import './common/variable.scss';
@import './common/color.scss';

.frist-at-one {
  // TODO: 找到能不用!important的方式去修改，不然会引起样式冲突
  // /deep/ .el-table__row--striped {
  //   td {
  //     background: $white !important;
  //   }
  // }
  /deep/ .table-active {
    td {
      background: $table-active;
    }
  }
  /deep/ .hover-row {
    td {
      background: $table-hover !important;
    }
  }
  // padding-left: 48px;
}
.jd-table {
  background-color: $white;
  .table-head {
    font-size: 12px;
    font-weight: 400;
    color: $black;
    &.operate {
      margin-right: 30px;
    }
  }
  .table-head-padding {
    /* margin-left: 48px; */
    margin-left: 36px;
  }
  /* 默认内容样式 */
  .normal-content {}
  .pagination {
    padding: 24px 30px 43px 0;
    .size {
      color: $black;
      font-size: 13px;
      font-weight: 400;
      margin-right: 100px;
    }
  }
  // 方块背景色
  /deep/ .el-pagination.is-background .btn-next,
  /deep/ .el-pagination.is-background .btn-prev,
  /deep/ .el-pagination.is-background .el-pager li {
    background-color: $white;
    border: 1px solid $border-gray;
    border-radius: 4px;
    font-weight: 400;
  }
  // 当前页样式
  /deep/ .el-pagination.is-background .el-pager .active {
    background-color: $button-fill!important;
    border-color: $button-fill!important;
  }
  // 跳至样式
  /deep/ .el-pagination.is-background .el-pagination__jump {
    font-size: 12px;
  }
  // 过滤查询弹窗无法显示
  /deep/ .header-filter {
    overflow: initial;
    .cell, div, .el-table__header-wrapper, th {
      overflow: initial;
    }
  }
}
