广告位增加全面屏坐标

This commit is contained in:
yulixing 2019-10-08 15:58:18 +08:00
parent 1b9fe5b06e
commit d4bd306fba

View File

@ -241,7 +241,7 @@
</el-form-item>
<el-form-item
label="缩放比"
prop="ld_property.sacle"
prop="ld_property.scale"
>
<el-input
style="width: 70%"
@ -249,6 +249,17 @@
placeholder="1"
></el-input>
</el-form-item>
<el-form-item
label="全面屏坐标"
prop="ld_property.full_screen_coord"
>
<el-input
style="width: 70%"
v-model="item.ld_property.full_screen_coord"
placeholder="x,y,scale"
></el-input>
<span class="ipt-tip">全面屏专用坐标格式x,y,scalex坐标,y坐标,缩放比</span>
</el-form-item>
<el-form-item v-if="platform_id">
<el-button
@ -431,6 +442,7 @@ export default {
is_show_name: false,
related: [],
scale: 1,
full_screen_coord: ''
},
},
allPos: [],
@ -509,6 +521,7 @@ export default {
is_show_name: false,
related: [],
scale: 1,
full_screen_coord: ''
}
})
}