摘要: input file上传按钮的美化思路是,先把之前的按钮透明度opacity设置为0,然后,外层用div包裹,就实现了美化功能。 1.html <div className="file"> <input type="file" onChange={(e)=>{this.onChange(e)}} c 阅读全文
posted @ 2020-04-03 12:00 每天都要进步一点点 阅读(775) 评论(0) 推荐(0)