feat(Uploader): add uploader disabled style (#5628)

This commit is contained in:
Lindy
2020-02-06 17:15:24 +08:00
committed by GitHub
parent 8cab62025c
commit 613ff25035
7 changed files with 34 additions and 2 deletions

View File

@@ -360,7 +360,7 @@ export default createComponent({
render() {
return (
<div class={bem()}>
<div class={bem('wrapper')}>
<div class={bem('wrapper', { disabled: this.disabled })}>
{this.genPreviewList()}
{this.genUpload()}
</div>