@@ -125,9 +125,6 @@ const handleEdit = () => {
.updateFarmWorkArrange({
id:pageParams.value.arrangeId,
interactionQuestion: interactionQuestion.value,
- // phenologyId:1,
- // reproductiveId:1,
- // interactionTime:1,
})
.then((res) => {
if (res.code === 0) {
@@ -204,7 +204,7 @@ const handleClickOverlay = () => {
height: 100vh;
background: #f5f7fb;
.system-generated {
- padding: 10px;
+ padding: 0 10px 0 4px;
.tip-box {
display: flex;
align-items: center;