1***@126.com
1***@126.com
  • 发布:2019-04-10 19:51
  • 更新:2019-04-10 19:51
  • 阅读:3817

uni-app在使用v-bind绑定style的问题

分类:uni-app

<view class="mytop" v-bind:style="{ magintop: placeheight + 'px' }"></view>

export default {
data() {
return {
placeheight:200
}
}
这里面不支持magin?我换用height: placeheight + 'px'是好使的。官方能给个支持什么不支持什么的文档么?

2019-04-10 19:51 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复