vue-file-upload icon indicating copy to clipboard operation
vue-file-upload copied to clipboard

自定义上传按钮失效

Open freeTheo opened this issue 5 years ago • 3 comments

VUE-cli 3 我的代码如下: <VueFileUpload url='upload.do' ref="vueFileUploader" :filters="filters" :events='cbEvents' :request-options="reqopts" @onAdd="onAddItem"> <Button style="padding: 20px 0; width:300px" slot="label" type="dashed"> <Icon type="ios-cloud-upload" size="52" style="color: #1b1b1b"></Icon> <p>点击或者拖拽文件到此上传</p> </Button> </VueFileUpload> 他会同时出现两个按钮,自定义的无效,自带的有效, 谢谢

freeTheo avatar May 02 '19 10:05 freeTheo

TIM截图20190502180212

freeTheo avatar May 02 '19 10:05 freeTheo

??

freeTheo avatar May 02 '19 10:05 freeTheo

需要自己写style处理下,可以看下demo

marchFantasy avatar May 05 '19 01:05 marchFantasy