fix: 告警帮助文档高度调整88vh

This commit is contained in:
TsMask
2024-06-24 10:12:32 +08:00
parent 296a9ba02b
commit 11b790e140
2 changed files with 4 additions and 4 deletions

View File

@@ -1066,7 +1066,7 @@ onMounted(() => {
:data-source="alarmTableState.data"
:size="alarmTableState.size"
:pagination="false"
:scroll="{ x: 1700, y: '82vh' }"
:scroll="{ x: 1700, y: '88vh' }"
>
</a-table>
</ProModal>