浏览代码

标题样式修改

chenrui 2 年之前
父节点
当前提交
961bb5ad35
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/vinAnalyse/fitProductlist.vue

+ 2 - 2
pages/vinAnalyse/fitProductlist.vue

@@ -24,7 +24,7 @@
 				</view>
 			</view>
 		</view>
-		<view style="height:126rpx;"></view>
+		<view style="height:122rpx;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>
@@ -264,7 +264,7 @@ export default {
 	width: 100%;
 	.header_box{
 		width: 100%;
-		padding: 0 20rpx;
+		padding: 0 20rpx 20rpx;
 		position: fixed;
 		top:0;
 		left:0;