uni-app 动态绑定class 和 style

uni-app style class 绑定官网css vue style class 绑定官网html // 绑定单个内联样式 <view :style="{'display':config.isHaveSearch ? 'block':'none'}" ></view> <view :style="{color:item.age<18?'#ccc':''}"></view>
相关文章
相关标签/搜索