diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 863f614..58a284c 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -629,7 +629,7 @@ export default { } .dialog-footer { - padding: 20px 20px; + padding: 0 20px 0; text-align: right; } @@ -763,7 +763,8 @@ export default { width: 22%; background-color: #fff; padding: 0 20px 20px; - height: 680px; + // height: 680px; + height: calc(100vh - 294px); overflow: scroll; .timetitle { @@ -781,7 +782,8 @@ export default { .texts { width: 75%; - height: 680px; + // height: 680px; + height: calc(100vh - 294px); overflow: scroll; background-color: #fff; }