diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index eac4aa3e77..2fe32e0dd6 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -212,7 +212,10 @@ &-active { color: @tabs-highlight-color; - font-weight: 500; + // https://github.com/vueComponent/ant-design-vue/issues/4241 + // Remove font-weight to keep pace with antd (#4241) + text-shadow: 0 0 0.25px currentColor; + // font-weight: 500; } &-disabled {