Explorar o código

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

苗大 hai 1 ano
pai
achega
ea863f2d2d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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>