摘要: 简单记录几种写法 <view :style="{ height: height + 'rpx' }">动态高度,固定单位</view> <view :style="[{ height: height + 'rpx' }]">动态高度,固定单位,数组写法</view> <view :style="[O 阅读全文
posted @ 2023-01-18 22:17 海若有因8023 阅读(54) 评论(0) 推荐(0)