<template>
<image class="content-bg" :style="{height:h +'px'}" src="~@/static/ZJ/bg.png" ></image>
</template>
<script>
const app = getApp().globalData;
export default {
data(){
return{
h:'700'
}
},
created(){
},
mounted(){
},
}
</script>
<style lang="scss" scoped>
.content-bg{
width: 750rpx;
@include ab();
left: 0;
top: 0;
}
</style>
2 个回复
1***@qq.com (作者) - hahaha
这是我的代码
<template>
<image class="content-bg" :style="{height:h +'px'}" src="~@/static/ZJ/bg.png" ></image>
</template>
<script>
const app = getApp().globalData;
export default {
data(){
return{
h:'700'
}
},
created(){
},
mounted(){
</script>
<style lang="scss" scoped>
.content-bg{
width: 750rpx;
@include ab();
left: 0;
top: 0;
}
</style>
DCloud_UNI_Anne
你遇到的问题大都是在特定环境下才能重现,请提供简单可复现的完整示例(上传附件),方便我们快速排查问题哦。
【bug优先处理规则】https://ask.dcloud.net.cn/article/38139