diff --git a/components/select/style/index.less b/components/select/style/index.less index be0e1fc6f681..d57a53ac47d4 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -124,6 +124,10 @@ pointer-events: auto; } } + + .@{select-prefix-cls}-disabled & { + cursor: not-allowed; + } } // ========================== Clear ==========================