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

@@ -24,7 +24,7 @@
"@xterm/xterm": "^5.5.0", "@xterm/xterm": "^5.5.0",
"ant-design-vue": "^3.2.20", "ant-design-vue": "^3.2.20",
"antdv-pro-layout": "~3.3.5", "antdv-pro-layout": "~3.3.5",
"antdv-pro-modal": "^3.0.8", "antdv-pro-modal": "^3.0.9",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"dayjs": "^1.11.11", "dayjs": "^1.11.11",
"echarts": "~5.5.0", "echarts": "~5.5.0",
@@ -38,7 +38,7 @@
"pinia": "^2.1.7", "pinia": "^2.1.7",
"vue": "~3.3.13", "vue": "~3.3.13",
"vue-i18n": "^9.13.1", "vue-i18n": "^9.13.1",
"vue-router": "^4.3.3", "vue-router": "^4.4.0",
"vue3-smooth-dnd": "^0.0.6", "vue3-smooth-dnd": "^0.0.6",
"xlsx": "~0.18.5" "xlsx": "~0.18.5"
}, },
@@ -53,6 +53,6 @@
"unplugin-vue-components": "~0.26.0", "unplugin-vue-components": "~0.26.0",
"vite": "~5.3.1", "vite": "~5.3.1",
"vite-plugin-compression": "~0.5.1", "vite-plugin-compression": "~0.5.1",
"vue-tsc": "~2.0.21" "vue-tsc": "~2.0.22"
} }
} }

View File

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