Browse Source

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

苗大 1 year ago
parent
commit
ea863f2d2d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/Table/src/components/HeaderCell.vue

+ 0 - 1
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>