From 156a667b09390614c685c15a3c42b035e7a1d269 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 15 七月 2024 14:58:13 +0800
Subject: [PATCH] fix:库管日计划页面详情 列表修改样式

---
 pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue |   31 +++++++------------------------
 1 files changed, 7 insertions(+), 24 deletions(-)

diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
index 2f64469..d83f197 100644
--- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
+++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
@@ -122,16 +122,7 @@
 			<view class="origin-info_wrapper">
 				<view class="origin-info_content">
 					<!-- 鎶樺彔 -->
-					<zh-collapse 
-					:default_unfold='[1]'
-					 accordion>
-					<zh-collapse-item 
-					:id='1'
-					class="collItem">
-					<!-- title -->
-					<view slot="title">
 						<view class="first-line"><combined-title title="鍘熷彂淇℃伅"></combined-title></view>
-					</view>
 					   <view class="" slot='cont'>
 						<u-form :model="originInfoForm"
 						:rules="rules"
@@ -233,7 +224,8 @@
 							<view class="label-text">
 								<text style="color: #f56c6c;">*</text>鍘熷彂鍗曟嵁
 							</view>
-							<u-upload :fileList="fileList1"
+							<u-upload 
+							   :fileList="fileList1"
 								@afterRead="afterRead"
 								@delete="deletePic"
 								name="1"
@@ -246,16 +238,7 @@
 								:deletable="!deletable"></u-upload>
 						</u-form-item>
 					</u-form>
-					<view class="submit-button">
-						<u-button text="鎻愪氦"
-							type="primary"
-							@click.stop="submitOriginInfo"
-							:disabled="isModifyoriginInfo"
-							:loading="submitOriginInfoLoading"></u-button>
-					</view>
 					   </view>
-					</zh-collapse-item>
-					</zh-collapse>
 					
 					
 				</view>
@@ -1132,7 +1115,7 @@
 
 <style lang="scss"	scoped>
 	.sub-table{
-			width: 690rpx;
+			width: 95%;
 			min-height: 300rpx;
 			margin: vww(30) vww(15) vww(13) !important;
 			background: #ffffff;
@@ -1259,7 +1242,7 @@
 			}
 
 			.block-information {
-				width: 690rpx;
+				width: 95%;
 				height: 396rpx;
 				margin: vww(40) auto;
 				background: #ffffff;
@@ -1323,13 +1306,13 @@
 				}
 
 				.time {
-					width: 35%;
+					width: 55%;
 					height: vww(12);
 					display: flex;
 					justify-content: flex-start;
 
 					.send-date {
-						width: 148rpx;
+						width: 200rpx;
 						height: 24rpx;
 						margin-left: vww(14);
 						font-size: 28rpx;
@@ -1384,7 +1367,7 @@
 			}
 		}
 		.sub-table{
-			width: 690rpx;
+			width: 95%;
 			min-height: 300rpx;
 			margin: vww(30) vww(15) vww(13) !important;
 			background: #ffffff;

--
Gitblit v1.9.1