Commit e19c93b2 by 陈超

A

parent 7b4b456a
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<van-dropdown-item title="筛选" ref="item"> <van-dropdown-item title="筛选" ref="item">
<div class="drop_down_grid"> <div class="drop_down_grid">
<div @click="onCondition(item)" v-for="(item, index) in condition" :key="index" :class="item.select ? 'drop_down_option_selected' : 'drop_down_option'"> <div @click="onCondition(item)" v-for="(item, index) in condition" :key="index" :class="item.select ? 'drop_down_option_selected' : 'drop_down_option'">
<span>{{item.title}}</span> <span class="van-ellipsis">{{item.title}}</span>
</div> </div>
</div> </div>
</van-dropdown-item> </van-dropdown-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment