uni-app中view组件的基本使用
时间:2021-07-27 20:43:09
收藏:0
阅读:30
view视图容器组件的用法
View 视图容器, 类似于 HTML 中的 div
001 - 组件的属性

002 - 代码案例
<view class="box2" hover-class="box2_active">
<view class=‘box1‘ hover-class=‘active‘ hover-stop-propagation :hover-start-time="2000" :hover-stay-time=‘2000‘>
</view>
</view>
原文:https://www.cnblogs.com/Acapplella/p/15067296.html
评论(0)