jwyu пре 3 година
родитељ
комит
33a0601dd2

+ 5 - 0
App.vue

@@ -51,6 +51,11 @@
 		padding-left: 32rpx;
 		padding-right: 32rpx;
 	}
+
+	/* 空页面 */
+	.van-empty{
+		margin-top: 200rpx;
+	}
 	
 	/* 审批列表页状态颜色 */
 	.approve-list-status-wait{

+ 6 - 6
pages-approve/contract/detail.vue

@@ -16,7 +16,7 @@
 				<view>
 					<text class="lable">合同编号:</text>
 					<text >{{detail.ContractCode}}</text>
-					<van-tag color="#ECF5FF" text-color="#4A83F1" style="margin-left:5px">{{detail.ContractType}}</van-tag>
+					<van-tag color="#ECF5FF" text-color="#4A83F1" style="margin-left:5px;margin-top:2px">{{detail.ContractType}}</van-tag>
 				</view>
 				<view>
 					<text class="lable">合同期限:</text>
@@ -549,12 +549,12 @@
 	.btns-wrap {
 		justify-content: center;
 		button {
-			width: 220rpx;
+			width: 260rpx;
 			height: 70rpx;
 			border-radius: 28px;
 			border: none;
-			margin: 0 10px;
-			font-size: 14px;
+			margin: 0 15px;
+			font-size: 15px;
 			color: #fff;
 			line-height: 70rpx;
 		}
@@ -576,12 +576,12 @@
 		button {
 			margin-left: auto;
 			margin-right: auto;
-			width: 220rpx;
+			width: 260rpx;
 			height: 70rpx;
 			display: block;
 			border-radius: 28px;
 			border: none;
-			font-size: 14px;
+			font-size: 15px;
 			color: #fff;
 			line-height: 70rpx;
 			background-color: #5890fb;

+ 3 - 3
pages-approve/custome/detail.vue

@@ -687,12 +687,12 @@
 		justify-content: center;
 
 		button {
-			width: 220rpx;
+			width: 260rpx;
 			height: 70rpx;
 			border-radius: 28px;
 			border: none;
-			margin: 0 10px;
-			font-size: 14px;
+			margin: 0 15px;
+			font-size: 15px;
 			color: #fff;
 			line-height: 70rpx;
 		}

+ 7 - 4
pages-approve/seal/addSeal.vue

@@ -522,12 +522,15 @@
 			}
 		}
 	}
-	
-	.btn{
-		width: 360rpx;
-		height: 60rpx;
+	.fix-bottom-wrap{
+		.btn{
+			width: 400rpx;
+			height: 70rpx;
+			font-size: 15px;
+		}
 	}
 	
+	
 	.radio-wrap{
 		.radio{
 			font-size: 14px;

+ 9 - 3
pages-approve/seal/detail.vue

@@ -600,12 +600,18 @@
 	
 	.btn-big{
 		width: 450rpx;
-		height: 60rpx;
 	}
 	.btn-small{
-		min-width: 220rpx;
-		height: 60rpx;
+		min-width: 260rpx;
 	}
+
+	.fix-bottom-wrap{
+		button{
+			height: 70rpx;
+			font-size: 15px;
+		}
+	}
+	
 	
 	.custome-search-wrap{
 		padding: 34rpx;