From 941ef1f9f3547fb3457934a0c48cf808242a2c36 Mon Sep 17 00:00:00 2001 From: wzl <1720360649@qq.com> Date: Mon, 26 Aug 2024 12:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2=E9=80=82?= =?UTF-8?q?=E5=BA=94=E7=AE=A1=E7=90=86=E7=AB=AF=E5=91=A8=E6=8A=A5=E6=98=8E?= =?UTF-8?q?=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../psychological/reportDetails/index.scss | 16 ++++++++++ .../psychological/reportDetails/index.vue | 29 +++++++++++++++---- 2 files changed, 40 insertions(+), 5 deletions(-) diff --git a/src/views/health/psychological/reportDetails/index.scss b/src/views/health/psychological/reportDetails/index.scss index 2c56ff5..1c311bc 100644 --- a/src/views/health/psychological/reportDetails/index.scss +++ b/src/views/health/psychological/reportDetails/index.scss @@ -320,4 +320,20 @@ } } } +} + +.hideNav{ + .report-details{ + height: calc(100vh - 44px); + } +} +.hideTab{ + .report-details{ + height: calc(100vh - 44px); + } +} +.hideNavTab{ + .report-details{ + height: 100vh; + } } \ No newline at end of file diff --git a/src/views/health/psychological/reportDetails/index.vue b/src/views/health/psychological/reportDetails/index.vue index df91659..e79d2a2 100644 --- a/src/views/health/psychological/reportDetails/index.vue +++ b/src/views/health/psychological/reportDetails/index.vue @@ -1,12 +1,12 @@