fix: DocAlert 显示导致页面的高度计算不准确:infra 和 system 模块的调整

This commit is contained in:
YunaiV
2025-04-25 22:03:06 +08:00
parent 4125265582
commit 8e1c75833c
32 changed files with 127 additions and 63 deletions

View File

@@ -175,10 +175,12 @@ onMounted(async () => {
<template>
<Page>
<DocAlert
title="WebSocket 实时通信"
url="https://doc.iocoder.cn/websocket/"
/>
<template #doc>
<DocAlert
title="WebSocket 实时通信"
url="https://doc.iocoder.cn/websocket/"
/>
</template>
<div class="mt-4 flex flex-col gap-4 md:flex-row">
<!-- 左侧建立连接发送消息 -->