@include b(table) {
  // font-size: $--font-size-base;
  border: 1px solid #ededed;
  border-bottom: none;

  thead {
    // color: $--color-text-primary;
  }

  th.el-table__cell {
    background-color: $--table-header-background-color;
    // background: linear-gradient(180deg, #f5f6fa, #fff);
  }

  .table-tool-dropdown-link {
    color: var(--primary);
    font-size: 12px;
    cursor: pointer;
  }

  @include m(small) {
    .el-link {
      font-size: 12px;
    }
  }
}
