style(BasicTable): 表头帮助图标 多余颜色样式去除, 修复深色图标看不清问题 (#3701)

1个文件已修改
1 ■■■■ 已修改文件
src/components/Table/src/components/HeaderCell.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Table/src/components/HeaderCell.vue
@@ -55,7 +55,6 @@
  .@{prefix-cls} {
    &__help {
      margin-left: 8px;
      color: rgb(0 0 0 / 65%) !important;
    }
  }
</style>