bugfix: 聊天界面白屏
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
2025-12-23 14:45:23 +08:00
parent 65617baa96
commit 8e73c90746

View File

@@ -3,7 +3,6 @@
<div class="header"> <div class="header">
<HeaderTitle hasSetting styleType="3" /> <HeaderTitle hasSetting styleType="3" />
</div> </div>
<template>
<div class="content flex-1"> <div class="content flex-1">
<NoticeList <NoticeList
ref="noticeListRef" ref="noticeListRef"
@@ -18,7 +17,6 @@
<div class="btn flex flex-center" @click="handleContinue">Continue</div> <div class="btn flex flex-center" @click="handleContinue">Continue</div>
</div> </div>
</div> </div>
</template>
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
@@ -306,5 +304,4 @@ const handleContinue = () => {
} }
} }
} }
</style> </style>