|
|
@@ -71,7 +71,7 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<div>
|
|
|
- <nuxt-link :to="`/product/kind/${item.kindid}`" v-text="item.storeName">
|
|
|
+ <nuxt-link :to="'/store/' + item.storeId" v-text="item.storeName">
|
|
|
</nuxt-link>
|
|
|
<span v-if="!item.storeName">—</span>
|
|
|
</div>
|
|
|
@@ -229,15 +229,13 @@
|
|
|
clear_price: function () {
|
|
|
this.min_price = ''
|
|
|
this.max_price = ''
|
|
|
- delete this.filter.goods_minpricermb
|
|
|
- delete this.filter.goods_maxpricermb
|
|
|
this.$emit('filterPriceEvent', this.filter)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
- .tab-filter {
|
|
|
+/* .tab-filter {
|
|
|
width: 1190px;
|
|
|
height: 40px;
|
|
|
margin: 0 auto;
|
|
|
@@ -285,7 +283,7 @@
|
|
|
}
|
|
|
.price-filter {
|
|
|
position: relative;
|
|
|
- }
|
|
|
+ }*/
|
|
|
.price-filter .price-input {
|
|
|
position: relative;
|
|
|
z-index: 10;
|
|
|
@@ -346,7 +344,7 @@
|
|
|
display: inline-block;
|
|
|
padding: 0;
|
|
|
}
|
|
|
- .tab-filter .fr .off {
|
|
|
+ /* .tab-filter .fr .off {
|
|
|
margin-left: 130px;
|
|
|
float: right;
|
|
|
}
|
|
|
@@ -358,7 +356,7 @@
|
|
|
}
|
|
|
.tab-filter .fr .off a i {
|
|
|
font-size: 16px;
|
|
|
- }
|
|
|
+ }*/
|
|
|
.product-list{
|
|
|
width: 1190px;
|
|
|
/*margin-bottom: 20px;*/
|
|
|
@@ -373,7 +371,9 @@
|
|
|
font-size: 14px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
+ .product-list .brand-code .brand{
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
.product-list .brand-code .code {
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
@@ -638,4 +638,5 @@
|
|
|
tbody a:hover{
|
|
|
color: #f39801;
|
|
|
}
|
|
|
+
|
|
|
</style>
|