广告位增加全面屏坐标
This commit is contained in:
parent
1b9fe5b06e
commit
d4bd306fba
@ -241,7 +241,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
label="缩放比"
|
label="缩放比"
|
||||||
prop="ld_property.sacle"
|
prop="ld_property.scale"
|
||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
style="width: 70%"
|
style="width: 70%"
|
||||||
@ -249,6 +249,17 @@
|
|||||||
placeholder="1"
|
placeholder="1"
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</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,scale”(x坐标,y坐标,缩放比)</span>
|
||||||
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item v-if="platform_id">
|
<el-form-item v-if="platform_id">
|
||||||
<el-button
|
<el-button
|
||||||
@ -431,6 +442,7 @@ export default {
|
|||||||
is_show_name: false,
|
is_show_name: false,
|
||||||
related: [],
|
related: [],
|
||||||
scale: 1,
|
scale: 1,
|
||||||
|
full_screen_coord: ''
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
allPos: [],
|
allPos: [],
|
||||||
@ -509,6 +521,7 @@ export default {
|
|||||||
is_show_name: false,
|
is_show_name: false,
|
||||||
related: [],
|
related: [],
|
||||||
scale: 1,
|
scale: 1,
|
||||||
|
full_screen_coord: ''
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user