Commit 7fa66c12 authored by 陈明豪's avatar 陈明豪

bug修改

parent 30eb3d0d
......@@ -419,5 +419,9 @@ export default {
height: 22px;
}
}
::v-deep .el-upload__tip {
padding-top: 10px !important;
line-height: 0 !important;
}
</style>
......@@ -105,7 +105,7 @@ export default {
if (!value || value.length === 0) {
console.log('触发必填', value.length)
this.showImgTips = false
callback(new Error('请上传jpg/jpeg/png文件,且不超过20Mb'))
callback(new Error('请上传jpg/jpeg/png文件,且不超过20Mb'))
} else {
this.showImgTips = false
callback()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment