feat:点九图优化

main
liu.tao3 1 year ago
parent e51342a448
commit 75471f95c5

@ -56,6 +56,7 @@
/> />
</span> </span>
<el-image <el-image
style="max-width:550px"
:src="this.imgUrl||url" :src="this.imgUrl||url"
fit="none"></el-image> fit="none"></el-image>
<div <div

@ -38,7 +38,7 @@ export default {
}, },
borderArray(){ borderArray(){
return this.config.border.borderArray ? this.config.border.borderArray return this.config.border.borderArray ? this.config.border.borderArray
: [100,100,100,100] : [50,50,50,50]
} }
}, },
watch: { watch: {

@ -44,7 +44,7 @@ const setting = [
// 是否多选 // 是否多选
multiple: false, multiple: false,
// 绑定的值 // 绑定的值
value: [100,100,100,100], value: [50,50,50,50],
}, },
] ]

Loading…
Cancel
Save