fix: DocAlert 显示导致页面的高度计算不准确:infra 和 system 模块的调整
This commit is contained in:
@@ -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">
|
||||
<!-- 左侧:建立连接、发送消息 -->
|
||||
|
||||
Reference in New Issue
Block a user