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