隐藏<el-upload /> 的原生‘上传’按钮,只有单独用style包起来才能隐藏,放上面不行的
<style> /* 隐藏<el-upload /> 的原生‘上传’按钮,只有单独用style包起来才能隐藏,放上面不行的*/ .el-upload__input { display: none !important; } .el-upload-dragger{ width:80% } </style>
<style> /* 隐藏<el-upload /> 的原生‘上传’按钮,只有单独用style包起来才能隐藏,放上面不行的*/ .el-upload__input { display: none !important; } .el-upload-dragger{ width:80% } </style>