diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index 0315d6c340..330485169b 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -160,7 +160,7 @@ .@{tab-prefix-cls}-tab-disabled { pointer-events: none; - cursor: default; + cursor: not-allowed; color: @disabled-color; }