From 29daf046a2ceda528586e7f1629bc7bfef4debb6 Mon Sep 17 00:00:00 2001 From: zz <2510566342@qq.com> Date: Wed, 24 Apr 2024 14:45:41 +0800 Subject: [PATCH] =?UTF-8?q?4.24=E4=B8=8B=E5=8D=88=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../replace_battery/replace_log/details.vue | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) 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; +} */