heyang 2 år sedan
förälder
incheckning
995fc3b83e
1 ändrade filer med 16 tillägg och 1 borttagningar
  1. 16 1
      pages/pages_safetyExamine/examineManage/examineAdd.vue

+ 16 - 1
pages/pages_safetyExamine/examineManage/examineAdd.vue

@@ -45,6 +45,7 @@
 					</view>
 				</picker>
 			</view>
+			<view class="custom">自定义输入</view>
 		</view>
 		<view class="attachment">
 			<view class="attachment_t">
@@ -327,7 +328,7 @@ export default {
 	.basics{
 		margin: 0 30rpx;
 		width: 690rpx;
-		height: 562rpx;
+		height: 632rpx;
 		background: #FFFFFF;
 		border-radius: 20rpx;
 		padding: 30rpx 28rpx 0;
@@ -413,6 +414,20 @@ export default {
 				}
 			}
 		}
+		.custom{
+			width: 150rpx;
+			height: 60rpx;
+			border-radius: 10rpx 10rpx 10rpx 10rpx;
+			opacity: 1;
+			border: 1rpx solid #0183FA;
+			font-size: 26rpx;
+			font-family: PingFang SC-Medium, PingFang SC;
+			font-weight: 400;
+			color: #0183FA;
+			line-height: 60rpx;
+			text-align: center;
+			float: right;
+		}
 	}
 	.attachment{
 		width: 690rpx;