diff --git a/components/select/style/index.less b/components/select/style/index.less index ac53d7181d7f..bcf637473a77 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -37,6 +37,10 @@ background: @input-disabled-bg; cursor: not-allowed; + .@{select-prefix-cls}-multiple& { + background: @select-multiple-disabled-background; + } + input { cursor: not-allowed; }