修改首页搜索条件间距
This commit is contained in:
+3
-3
@@ -43,7 +43,7 @@
|
||||
<div>
|
||||
<ul class="fn-flex fn-flex-wrap">
|
||||
<li
|
||||
class="ulib-r10 pl15 pr15 pt10 pb10 mt15 font-24"
|
||||
class="ulib-r10 pl10 pr10 pt10 pb10 mt15 font-24 mr5"
|
||||
v-for="(item,index) in carProductLabel"
|
||||
:key="index"
|
||||
@click.stop="bindChangeTagList(index,'carProductLabel')"
|
||||
@@ -56,7 +56,7 @@
|
||||
<div>
|
||||
<ul class="fn-flex fn-flex-wrap">
|
||||
<li
|
||||
class="ulib-r10 pl15 pr15 pt10 pb10 mt15 font-24"
|
||||
class="ulib-r10 pl10 pr10 pt10 pb10 mt15 font-24 mr5"
|
||||
v-for="(item,index) in priceRange"
|
||||
:key="index"
|
||||
@click.stop="bindChangeTagList(index,'priceRange')"
|
||||
@@ -69,7 +69,7 @@
|
||||
<div>
|
||||
<ul class="fn-flex fn-flex-wrap">
|
||||
<li
|
||||
class="ulib-r10 pl15 pr15 pt10 pb10 mt15 font-24"
|
||||
class="ulib-r10 pl10 pr10 pt10 pb10 mt15 font-24 mr5"
|
||||
v-for="(item,index) in productLevel"
|
||||
:key="index"
|
||||
@click.stop="bindChangeTagList(index,'productLevel')"
|
||||
|
||||
Reference in New Issue
Block a user