Bladeren bron

样式修改

tanxue 2 dagen geleden
bovenliggende
commit
3ce8a7eaae

+ 9 - 3
common/styles/global/pages.scss

@@ -1276,15 +1276,16 @@
 /* 三方合同新增*/
 .sfht-info-page{
 	height: 100vh;background-color: #f8f9fd;display: flex;flex-direction: column;
+	.sfht-mt24{margin-top: 24rpx;}
 	.sfht-form-box{
-		padding: 24rpx 24rpx 0;box-sizing: border-box;
+		flex: 1;overflow-y: auto;padding: 24rpx 24rpx 0;box-sizing: border-box;
 		.form-radius-box{border-radius: 16rpx;border: 1rpx solid #f0f1f5;}
-		.form-label-input{border: 1rpx solid #f8f8f8;}
+		// .form-label-input{border: 1rpx solid #f8f8f8;}
 	}
 	
 	// collapse
 	.sfht-collapse-box,.fwnr-collapse-box{
-		background-color: #f8f9fd!important; padding: 24rpx 24rpx 0;box-sizing: border-box;
+		background-color: #f8f9fd!important; padding: 24rpx 0 0;box-sizing: border-box;
 		.uni-collapse-item{
 			background-color: #fff;border-radius: 16rpx;border: 1rpx solid #f0f1f5;overflow: hidden;
 			.uni-collapse-item__wrap-content.uni-collapse-item--border{border: 0;}
@@ -1368,5 +1369,10 @@
 		
 	}
 	
+	// 底部footer
+	.sfht-info-btn-box{
+		display: flex;padding: 0 100rpx;
+		.phone-green-btn,.phone-white-btn{font-size: 28rpx;margin: 20rpx auto 36rpx;width: 36%;}
+	}
 	
 }

+ 16 - 15
pages/admin/Hetong/addSanfangHetong.vue

@@ -1,7 +1,5 @@
 <template>
 	<view class="sfht-info-page">
-
-
 		<view class="icon-title-navBar-box">
 			<view @click="goUpPage" class="nav-bar-icon"></view>
 			<text class="nav-bar-title">新增三方合同</text>
@@ -19,20 +17,23 @@
 					</view>
 				</picker>
 			</view>
+			
+			<!-- 客户信息 -->
+			<kehuCardVue :info="data.kehu" @select-kehu="onSelectKehu"></kehuCardVue>
+			<!-- 家政人员 -->
+			<jiazhengCardVue :info="data.jiazheng" @select-jzry="onSelectJzry"></jiazhengCardVue>
+			<!-- 合同信息 -->
+			<hetongCardVue :info="data.hetong" @fuwuleixing="onSelectFuwuLeixing"></hetongCardVue>
+			<!-- 其他约定 -->
+			<qiTaYueDingVue :info="data.qita" @qita="handleUpQita"></qiTaYueDingVue>
+			<!-- 家政签名 -->
+			<qianMingVue :info="data.qianming" @qianming="handleQianming"></qianMingVue>
+		</view>
+		
+		<view class="sfht-info-btn-box">
+			<button type="default" class="phone-green-btn">下一步</button>
+			<button type="default" class="phone-white-btn">保存</button>
 		</view>
-
-		<!-- 客户信息 -->
-		<kehuCardVue :info="data.kehu" @select-kehu="onSelectKehu"></kehuCardVue>
-		<!-- 家政人员 -->
-		<jiazhengCardVue :info="data.jiazheng" @select-jzry="onSelectJzry"></jiazhengCardVue>
-		<!-- 合同信息 -->
-		<hetongCardVue :info="data.hetong" @fuwuleixing="onSelectFuwuLeixing"></hetongCardVue>
-		<!-- 其他约定 -->
-		<qiTaYueDingVue :info="data.qita" @qita="handleUpQita"></qiTaYueDingVue>
-		<!-- 家政签名 -->
-		<qianMingVue :info="data.qianming" @qianming="handleQianming"></qianMingVue>
-
-
 
 
 		<!-- <button @click="handleSelct('kh')">选择客户</button>

+ 1 - 1
pages/admin/Hetong/components/jiazhengCard.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="sfht-form-box">
+	<view class="sfht-mt24">
 		<!-- 合同模板 -->
 		<view class="form-label-select form-radius-box">
 			<view class="phone-form-label"><text class="form-label-require"></text>家政人员</view>