소스 검색

修改bug

“yueshang” 1 년 전
부모
커밋
4c89b6a483
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 1
      pagesA/fire/check_inspection/check_inspection.vue
  2. 1 2
      pagesA/fire/fire_station/add_fireStation/add_fireStation.vue

+ 4 - 1
pagesA/fire/check_inspection/check_inspection.vue

@@ -1237,6 +1237,7 @@
 	.manual {
 		font-size: 16px;
 		padding: 25rpx 0;
+		overflow-y: auto;
 	}
 
 	.manual-hand {
@@ -1261,7 +1262,6 @@
 	//隐患弹框
 	/deep/.u-popup__content {
 		overflow-y: auto;
-
 	}
 
 	.text-xl {
@@ -1278,4 +1278,7 @@
 		margin-bottom: 100rpx;
 
 	}
+	// /deep/.u-action-sheet {
+	// 	overflow-y: auto;
+	// }
 </style>

+ 1 - 2
pagesA/fire/fire_station/add_fireStation/add_fireStation.vue

@@ -98,8 +98,7 @@
 				// 自定义表单数据
 				formData: {
 					status: '0',
-					builtOn: '',
-					membersList: []
+					empList: []
 				},
 				// 自定义表单校验规则
 				customRules: {