Browse Source

标题高度

chenrui 2 years ago
parent
commit
07a9255546
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/vinAnalyse/fitProductlist.vue

+ 1 - 1
pages/vinAnalyse/fitProductlist.vue

@@ -24,7 +24,7 @@
 				</view>
 			</view>
 		</view>
-		<view style="height:122rpx;vertical-align: top;"></view>
+		<view style="height:112rpx;vertical-align: top;"></view>
 		<view v-if="list.length > 0">
 			<view class="listBox" v-for="(item, i) in list" :key="i">
 				<view class="listBox_l"><image :src="item.images ? item.images : `../../static/${theme}/def_img@2x.png`" width="100%" height="100%"></image></view>