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 @@