修改部分页面样式

This commit is contained in:
旺仔 2024-08-04 17:32:18 +08:00
parent 6ae0ce11f6
commit 5da0aef036
5 changed files with 5 additions and 5 deletions

View File

@ -66,7 +66,7 @@
:stripe="true"
:show-overflow-tooltip="true"
:data="list_devices"
style="height: 53vh; min-height: 80px"
height="max(53vh,80px)"
>
aaaa
<!-- 数据列 -->

View File

@ -53,7 +53,7 @@
:stripe="true"
:show-overflow-tooltip="true"
:data="list_templates"
style="height: 53vh; min-height: 80px"
height="max(53vh,80px)"
>
aaaa
<!-- 数据列 -->

View File

@ -73,7 +73,7 @@
:stripe="true"
:show-overflow-tooltip="true"
:data="list_examparts"
style="height: 48vh; min-height: 80px"
height="max(48vh,80px)"
>
aaaa
<!-- 数据列 -->

View File

@ -165,7 +165,7 @@
:stripe="true"
:show-overflow-tooltip="true"
:data="list_patExamitems"
style="height: 45vh; min-height: 330px"
height="max(45vh,330px)"
>
aaaa
<!-- 数据列 -->

View File

@ -120,7 +120,7 @@
:stripe="true"
:show-overflow-tooltip="true"
:data="list_infos"
style="height: 43vh; min-height: 294px"
height="max(43vh,294px)"
>
aaaa
<!-- 数据列 -->