diff --git a/src/pages/replace_battery/replace_log/details.vue b/src/pages/replace_battery/replace_log/details.vue index 2e1427a..47071b6 100644 --- a/src/pages/replace_battery/replace_log/details.vue +++ b/src/pages/replace_battery/replace_log/details.vue @@ -685,20 +685,9 @@ -
- - - - - - - - - - - +
@@ -750,7 +739,7 @@ export default { this.two = res.stationOrderBattLogInfos[1]; this.three = res.stationOrderBattLogInfos[2]; this.steps = res.stateList; - console.log(this.steps,"steps") + // console.log(this.steps,"steps") this.active = res.stateList.length; }); }, @@ -785,10 +774,20 @@ export default { .content { margin-top: 20px; } +/* vue3 */ :deep(.ant-modal-body){ height: 80vh; overflow: auto; } +/* ::v-deep(.ant-modal-body){ +height: 80vh; +overflow: auto; +} */ +/* vue2 */ +/* /deep/.ant-modal-body{ + height: 80vh; +overflow: auto; +} */