From 81eba4a1a79aabc23a99243f756a3b8d0432ef7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 12 Apr 2024 15:57:54 +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/specialDiseaseNode/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; }