feat: update upload area style

This commit is contained in:
chenjiahan
2020-02-29 10:45:28 +08:00
parent a2911289fd
commit bd4e64190e
6 changed files with 21 additions and 18 deletions

View File

@@ -357,7 +357,7 @@ export default createComponent({
return (
<div class={bem('upload')} style={style}>
<Icon name="plus" class={bem('upload-icon')} />
<Icon name="photograph" class={bem('upload-icon')} />
{this.uploadText && (
<span class={bem('upload-text')}>{this.uploadText}</span>
)}