class="date-item"
@click="setkdgtName(item)">
<span class="item-text">{{item.name}}</span>
</van-cell>
通过 v-show和 v-for以及includes的使用,实现input搜索功能。
注意:这只适合数据量较少的情况下。
固定定位下的水平垂直居中,可以试一试:
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
固定定位下的水平垂直居中,可以试一试:
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
0 个评论
要回复文章请先登录或注册