From 5da0aef0363dacd0dfb54be7c06f1839083fcdd9 Mon Sep 17 00:00:00 2001 From: lichuanyang <1176537920@qq.com> Date: Sun, 4 Aug 2024 17:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/applyregistration/deviceManage/index.vue | 2 +- src/views/applyregistration/diagnosisTemplate/index.vue | 2 +- src/views/applyregistration/exampartManage/index.vue | 2 +- src/views/applyregistration/illnessCase/index.vue | 2 +- src/views/applyregistration/reportPrintStatistics/index.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/applyregistration/deviceManage/index.vue b/src/views/applyregistration/deviceManage/index.vue index f3b629b5..22ccfc9c 100644 --- a/src/views/applyregistration/deviceManage/index.vue +++ b/src/views/applyregistration/deviceManage/index.vue @@ -66,7 +66,7 @@ :stripe="true" :show-overflow-tooltip="true" :data="list_devices" - style="height: 53vh; min-height: 80px" + height="max(53vh,80px)" > aaaa diff --git a/src/views/applyregistration/diagnosisTemplate/index.vue b/src/views/applyregistration/diagnosisTemplate/index.vue index 30785846..6b08ce1e 100644 --- a/src/views/applyregistration/diagnosisTemplate/index.vue +++ b/src/views/applyregistration/diagnosisTemplate/index.vue @@ -53,7 +53,7 @@ :stripe="true" :show-overflow-tooltip="true" :data="list_templates" - style="height: 53vh; min-height: 80px" + height="max(53vh,80px)" > aaaa diff --git a/src/views/applyregistration/exampartManage/index.vue b/src/views/applyregistration/exampartManage/index.vue index 404fd9b3..897973fa 100644 --- a/src/views/applyregistration/exampartManage/index.vue +++ b/src/views/applyregistration/exampartManage/index.vue @@ -73,7 +73,7 @@ :stripe="true" :show-overflow-tooltip="true" :data="list_examparts" - style="height: 48vh; min-height: 80px" + height="max(48vh,80px)" > aaaa diff --git a/src/views/applyregistration/illnessCase/index.vue b/src/views/applyregistration/illnessCase/index.vue index 3560f21c..e6e122ae 100644 --- a/src/views/applyregistration/illnessCase/index.vue +++ b/src/views/applyregistration/illnessCase/index.vue @@ -165,7 +165,7 @@ :stripe="true" :show-overflow-tooltip="true" :data="list_patExamitems" - style="height: 45vh; min-height: 330px" + height="max(45vh,330px)" > aaaa diff --git a/src/views/applyregistration/reportPrintStatistics/index.vue b/src/views/applyregistration/reportPrintStatistics/index.vue index 0ade222f..baea0ca3 100644 --- a/src/views/applyregistration/reportPrintStatistics/index.vue +++ b/src/views/applyregistration/reportPrintStatistics/index.vue @@ -120,7 +120,7 @@ :stripe="true" :show-overflow-tooltip="true" :data="list_infos" - style="height: 43vh; min-height: 294px" + height="max(43vh,294px)" > aaaa