<view class="mytop" v-bind:style="{ magintop: placeheight + 'px' }"></view>
export default {
data() {
return {
placeheight:200
}
}
这里面不支持magin?我换用height: placeheight + 'px'是好使的。官方能给个支持什么不支持什么的文档么?
<view class="mytop" v-bind:style="{ magintop: placeheight + 'px' }"></view>
export default {
data() {
return {
placeheight:200
}
}
这里面不支持magin?我换用height: placeheight + 'px'是好使的。官方能给个支持什么不支持什么的文档么?
0 个回复