|
|
|
|
@ -335,7 +335,7 @@
|
|
|
|
|
<div class="filter" :class="[filterStatus == 0 ? '' : 'nobd']" style="border-radius: 6px;overflow: hidden;">
|
|
|
|
|
<div class="filter-title" :style="{ top: filterStatus == 0 ? '-32px' : '-21px' }">
|
|
|
|
|
<span>
|
|
|
|
|
<span class="filter-show">
|
|
|
|
|
<span class="filter-show" style="max-width: 580px;overflow: hidden;">
|
|
|
|
|
<span data-title="price" @click="delFilter($event, 'price')" v-show="filterObj.price">
|
|
|
|
|
{{ filterObj.price }}
|
|
|
|
|
<i class="iconfont icon-guanbi2" v-show="filterObj.price"></i>
|
|
|
|
|
|