diff --git a/components/input/style/mixin.less b/components/input/style/mixin.less index 7fa26540ff..90f37de4d0 100644 --- a/components/input/style/mixin.less +++ b/components/input/style/mixin.less @@ -36,6 +36,8 @@ .disabled() { color: @input-disabled-color; background-color: @input-disabled-bg; + border-color: @input-border-color; + box-shadow: none; cursor: not-allowed; opacity: 1;