Browse Source

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

pull/3703/head
苗大 2 years ago
committed by GitHub
parent
commit
ea863f2d2d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/components/Table/src/components/HeaderCell.vue

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>

Loading…
Cancel
Save