zs 2 سال پیش
والد
کامیت
16e0011fc3
2فایلهای تغییر یافته به همراه8 افزوده شده و 2 حذف شده
  1. 7 1
      pagesHome/market/search.vue
  2. 1 1
      pagesHome/market/type.vue

+ 7 - 1
pagesHome/market/search.vue

@@ -57,7 +57,7 @@
 											<text class="iconfont icon-gouwuche"></text>
 										</view>
 									</view>
-									<view class="other" v-if="item.p_act">
+									<view class="label" v-if="item.p_act">
 										<text class="act" v-for="(tag,index) in item.p_act" :key="index">{{tag}}</text>
 									</view>
 									<view class="acttags">
@@ -419,6 +419,11 @@
 									font-size: var(--font20Size);
 								}
 							}
+						}
+
+						.label {
+							display: flex;
+							padding: 1vw 0 0 0;
 
 							.act {
 								font-size: 12px;
@@ -426,6 +431,7 @@
 								border: 1px solid #FFA500;
 								border-radius: 5px;
 								padding: 0 1vw;
+								margin: 0 1vw 0 0;
 							}
 						}
 

+ 1 - 1
pagesHome/market/type.vue

@@ -378,7 +378,6 @@
 
 							.other {
 								display: flex;
-								justify-content: space-between;
 
 								.act {
 									font-size: 12px;
@@ -386,6 +385,7 @@
 									border: 1px solid #FFA500;
 									border-radius: 5px;
 									padding: 0 1vw;
+									margin: 0 1vw 0 0;
 								}
 							}
 						}