From 98e0b3a6726c2e04b502b1541621d116e8050865 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 08 八月 2024 16:42:19 +0800
Subject: [PATCH] feat:货代首页产品名称修改

---
 subPages/checkTestDetails/index.vue |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/subPages/checkTestDetails/index.vue b/subPages/checkTestDetails/index.vue
index fd41503..0ff5d5e 100644
--- a/subPages/checkTestDetails/index.vue
+++ b/subPages/checkTestDetails/index.vue
@@ -7,7 +7,7 @@
 							iconSize="1000"
 							v-if="detailData.length===0"></u-empty>
 			<!-- 娓叉煋鍖哄煙 -->
-
+			 <view class="itemWarp">
 					<view class="history-information" 	v-for="item,i in detailData" 		
 			:key="i">
 							<view class="first">
@@ -56,6 +56,7 @@
 
                                 </view>
 					</view>
+			</view>
     </div>  
 </template>
 
@@ -92,8 +93,16 @@
 	flex-wrap: wrap;
 	height: 100%;
 	width: 100%;
-	justify-content: start;
+	justify-content: center;
 	align-items: center;
+	.itemWarp{
+		width: 100%;
+		height: 100%;
+		display: flex;
+		justify-content: start;
+		align-items: center;
+		
+	}
 
 }
 	@mixin flex {
@@ -102,7 +111,7 @@
 		align-items: center;
 	}
 	.history-information {
-			width: 550rpx;
+			width: 600rpx;
 			height: 450rpx;
 			margin: vww(10) vww(10);
 			padding: 5rpx;
@@ -162,6 +171,7 @@
 					@include flex;
 
 					&_text {
+						font-size: 24rpx;
 						color: #919090;
 					}
 

--
Gitblit v1.9.1