Browse Source

fix(tabs): fix tabs.tabpane disabled style error

pull/13775/head
杨哲迪 6 years ago
committed by 偏右
parent
commit
42cd542677
  1. 2
      components/tabs/style/index.less

2
components/tabs/style/index.less

@ -160,7 +160,7 @@
.@{tab-prefix-cls}-tab-disabled { .@{tab-prefix-cls}-tab-disabled {
pointer-events: none; pointer-events: none;
cursor: default; cursor: not-allowed;
color: @disabled-color; color: @disabled-color;
} }

Loading…
Cancel
Save