From 9cafe9eeb54c84d3ec9ab92d861ac9340c47677a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 1 Jul 2024 14:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManageNodeInformation/index.vue | 8 ++++---- src/views/system/specialDiseaseNode/index.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index 3c1a1f1..3229b0b 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -667,7 +667,7 @@ export default indexjs; padding: 0 20px 20px; height: calc(100vh - 347px); - overflow: scroll; + overflow: auto; .timetitle { height: 60px; @@ -686,7 +686,7 @@ export default indexjs; width: 73%; height: calc(100vh - 347px); - overflow: scroll; + overflow: auto; background-color: #fff; } } @@ -707,7 +707,7 @@ export default indexjs; padding: 0 20px 20px; height: calc(100vh - 273px); - overflow: scroll; + overflow: auto; .timetitle { height: 60px; @@ -726,7 +726,7 @@ export default indexjs; width: 73%; height: calc(100vh - 273px); - overflow: scroll; + overflow: auto; background-color: #fff; } } diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 35de33e..25c8f42 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -1209,7 +1209,7 @@ export default { padding: 0 20px 20px; // height: 680px; height: calc(100vh - 294px); - overflow: scroll; + overflow: auto; .timetitle { height: 60px; @@ -1228,7 +1228,7 @@ export default { width: 73%; // height: 680px; height: calc(100vh - 294px); - overflow: scroll; + overflow: auto; background-color: #fff; } }