Browse Source

修改文本域样式

wangchao 3 years ago
parent
commit
3273aef3a6

+ 14 - 0
pages/task/audit/Issueandreceipt_task_approval.vue

@@ -948,7 +948,21 @@
 		right: 0;
 		color: #22C572;
 	}
+	.u-textarea-style {
+		margin: 20rpx;
+		background: #F9F9FA;
+		border-radius: 10px;
+		border: 1px solid #EEEEEE;
+		padding: 10rpx 20rpx;
+		position: relative;
 
+		.right-bottom {
+			position: absolute;
+			right: 20rpx;
+			bottom: 20rpx;
+			color: #AFB3BF;
+		}
+	}
 
 	/deep/.u-input__textarea {
 		height: 300rpx !important;

+ 15 - 0
pages/task/audit/acquisition_settlement_approval.vue

@@ -403,6 +403,21 @@
 		right: 0;
 		color: #22C572;
 	}
+	.u-textarea-style {
+		margin: 20rpx;
+		background: #F9F9FA;
+		border-radius: 10px;
+		border: 1px solid #EEEEEE;
+		padding: 10rpx 20rpx;
+		position: relative;
+	
+		.right-bottom {
+			position: absolute;
+			right: 20rpx;
+			bottom: 20rpx;
+			color: #AFB3BF;
+		}
+	}
 
 	/deep/.u-input__textarea {
 		height: 300rpx !important;

+ 15 - 0
pages/task/audit/freight_settlement_approval.vue

@@ -415,6 +415,21 @@
 		right: 0;
 		color: #22C572;
 	}
+	.u-textarea-style {
+		margin: 20rpx;
+		background: #F9F9FA;
+		border-radius: 10px;
+		border: 1px solid #EEEEEE;
+		padding: 10rpx 20rpx;
+		position: relative;
+	
+		.right-bottom {
+			position: absolute;
+			right: 20rpx;
+			bottom: 20rpx;
+			color: #AFB3BF;
+		}
+	}
 
 	/deep/.u-input__textarea {
 		height: 300rpx !important;

+ 15 - 0
pages/task/audit/purchase_settlement_approval.vue

@@ -405,6 +405,21 @@
 		right: 0;
 		color: #22C572;
 	}
+	.u-textarea-style {
+		margin: 20rpx;
+		background: #F9F9FA;
+		border-radius: 10px;
+		border: 1px solid #EEEEEE;
+		padding: 10rpx 20rpx;
+		position: relative;
+	
+		.right-bottom {
+			position: absolute;
+			right: 20rpx;
+			bottom: 20rpx;
+			color: #AFB3BF;
+		}
+	}
 
 	/deep/.u-input__textarea {
 		height: 300rpx !important;

+ 14 - 11
pages/task/audit/salecontract.vue

@@ -570,17 +570,20 @@
 		padding: 10px;
 	}
 
-	.rejectInfoCss {
-		border: 1px solid #ccc;
-		border-radius: 10rpx;
-		background-color: #F9F9FA;
-		// height: 100px;
-		overflow-y: auto;
-		margin: 30rpx;
-	}
-
-	.rejectText {
-		text-align: center;
+	.u-textarea-style {
+		margin: 20rpx;
+		background: #F9F9FA;
+		border-radius: 10px;
+		border: 1px solid #EEEEEE;
+		padding: 10rpx 20rpx;
+		position: relative;
+	
+		.right-bottom {
+			position: absolute;
+			right: 20rpx;
+			bottom: 20rpx;
+			color: #AFB3BF;
+		}
 	}
 
 	/deep/.u-input__textarea {

+ 14 - 0
pages/task/audit/warehouse_approval.vue

@@ -431,7 +431,21 @@
 		right: 0;
 		color: #22C572;
 	}
+	.u-textarea-style {
+		margin: 20rpx;
+		background: #F9F9FA;
+		border-radius: 10px;
+		border: 1px solid #EEEEEE;
+		padding: 10rpx 20rpx;
+		position: relative;
 
+		.right-bottom {
+			position: absolute;
+			right: 20rpx;
+			bottom: 20rpx;
+			color: #AFB3BF;
+		}
+	}
 	/deep/.u-input__textarea {
 		height: 300rpx !important;
 	}