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; } }