12 2020 档案
摘要:1.设置轴线颜色 在yAxis中设置splitLine: { lineStyle: { // 使用深浅的间隔色 color: ['#2E8CA4'] } }, 2.设置x轴颜色和Y轴颜色 //轴线颜色设置 axisLine:{ lineStyle:{ color:'#2E8CA4' } }3.设置x
阅读全文
摘要:就拿elementui组件中el-upload来说吧,我想上传图片,上传之前要做一些限制。 handleAvatarSuccess(res, file) { alert("success") this.imageUrl = URL.createObjectURL(file.raw); }, befo
阅读全文
摘要:将vue.config.js文件中的 lintOnSave设置为false即可。 lintOnSave: false
阅读全文