From 98b6d298e541c366a97fadc4853160939e03a205 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 29 十月 2024 10:30:35 +0800
Subject: [PATCH] feat:创建日计划参数修改

---
 subPages/checkTestDetails/index.vue |   36 ++++++++++++++++++++++++++++--------
 1 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/subPages/checkTestDetails/index.vue b/subPages/checkTestDetails/index.vue
index 195d293..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,12 +38,12 @@
 							<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> -->
                                 <view style="height:130rpx">
-                                    <text style="fontSize:14rpx">妫�娴嬮」鐩�:</text>
+                                    <text style="fontSize:25rpx">妫�娴嬮」鐩�:</text>
 							        <view class="first" v-for="subItem,index in item.zjQualityCheckSubs" :key="index">
 								    <view class=""><text>椤圭洰锛歿{ subItem.checkName || '' }}</text></view>
 								    <view class=""><text>鍗曢」鍒ゅ畾锛歿{ subItem.isQualified === 1 ? '鍚堟牸' : '涓嶅悎鏍�' || '' }}</text></view>
@@ -56,6 +56,7 @@
 
                                 </view>
 					</view>
+			</view>
     </div>  
 </template>
 
@@ -87,15 +88,33 @@
 </script>
 
 <style lang="scss" scoped>
+.warp{
+	display: flex;
+	flex-wrap: wrap;
+	height: 100%;
+	width: 100%;
+	justify-content: center;
+	align-items: center;
+	.itemWarp{
+		width: 100%;
+		height: 100%;
+		display: flex;
+		justify-content: start;
+		align-items: center;
+		
+	}
+
+}
 	@mixin flex {
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.history-information {
-			width: 690rpx;
-			height: 420rpx;
-			margin: vww(10) vww(15);
+			width: 600rpx;
+			height: 450rpx;
+			margin: vww(10) vww(10);
+			padding: 5rpx;
 			background: #ffffff;
 			box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12);
 			border-radius: 20rpx;
@@ -152,6 +171,7 @@
 					@include flex;
 
 					&_text {
+						font-size: 24rpx;
 						color: #919090;
 					}
 
@@ -162,7 +182,7 @@
 			}
 
 			.fourth {
-				width: 100%;
+				width: 90%;
 				height: 31rpx;
 				font-size: 30rpx;
 				font-weight: 300;

--
Gitblit v1.9.1