Commit 452872a0 by chenxin

update:加入参数limit限制大小

parent 0e2d7a94
......@@ -58,7 +58,18 @@ export default {
type: String,
default: '/api-marketing/upload-game-image'
},
labelStyle: Object
labelStyle: Object,
// 限制图片大小
limit: {
type: Object,
default() {
return {
type: false,
width: 100,
height: 100
};
}
}
},
data() {
return {
......
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