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