diff --git a/components/transfer/style/index.less b/components/transfer/style/index.less index 13d513d49bef..3e4d2b4e2e14 100644 --- a/components/transfer/style/index.less +++ b/components/transfer/style/index.less @@ -94,6 +94,10 @@ transform: translateY(10%); cursor: pointer; .iconfont-size-under-12px(10px); + + &[disabled] { + cursor: not-allowed; + } } }