From 1ebafbb7dc199d74178984e0ef9ececb32cca73e Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 09 十二月 2024 09:55:08 +0800
Subject: [PATCH] feat:库管首页多次刷新

---
 subPages/checkTestDetails/index.vue |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/subPages/checkTestDetails/index.vue b/subPages/checkTestDetails/index.vue
index fd41503..199e55f 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">
@@ -30,7 +30,7 @@
 							<view class="fourth">
 								<view class="fourth-icon">
 									<view
-										style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clock.png') no-repeat;background-size: cover">
+										style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clock.png') no-repeat;background-size: cover">
 									</view>
 								</view>
 								<view class="senddate">{{ item.samplingTime }}</view>
@@ -38,7 +38,7 @@
 							<view class="fourth" style="height:250rpx">
 								<!-- <view class="fourth-icon">
 									<view
-										style="width: 26rpx;height: 26rpx;line-height: 26rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/carnNUm.png') no-repeat;background-size: cover;">
+										style="width: 26rpx;height: 26rpx;line-height: 26rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/carnNUm.png') no-repeat;background-size: cover;">
 									</view>
 								</view>
 								<view class="senddate">{{ item.orderCode }}</view> -->
@@ -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