@ -56,6 +56,7 @@
/>
</span>
<el-image
style="max-width:550px"
:src="this.imgUrl||url"
fit="none"></el-image>
<div
@ -38,7 +38,7 @@ export default {
},
borderArray(){
return this.config.border.borderArray ? this.config.border.borderArray
: [100,100,100,100]
: [50,50,50,50]
}
watch: {
@ -44,7 +44,7 @@ const setting = [
// 是否多选
multiple: false,
// 绑定的值
value: [100,100,100,100],
value: [50,50,50,50],
]