style(Field): update disabled color (#6534)

This commit is contained in:
neverland
2020-06-13 13:23:15 +08:00
committed by GitHub
parent 7788822dba
commit f545a47047
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -577,6 +577,7 @@ export default createComponent({
arrowDirection={this.arrowDirection}
class={bem({
error: this.showError,
disabled: this.disabled,
[`label-${labelAlign}`]: labelAlign,
'min-height': this.type === 'textarea' && !this.autosize,
})}