diff --git a/components/button/style/mixin.less b/components/button/style/mixin.less index 6f87e71a60..d1f349509a 100644 --- a/components/button/style/mixin.less +++ b/components/button/style/mixin.less @@ -205,6 +205,7 @@ &:active, &.active { background: @btn-default-bg; + text-decoration: none; } }