feat:【ele】【ai】chat/index:关键组件的 review

This commit is contained in:
YunaiV
2025-11-19 20:16:31 +08:00
parent 241471f17a
commit ca04195846
8 changed files with 70 additions and 81 deletions

View File

@@ -547,6 +547,7 @@ onMounted(async () => {
<template>
<Page auto-content-height>
<!-- TODO @AI高度暂时没占满 -->
<ElContainer
direction="horizontal"
class="absolute left-0 top-0 m-4 h-[calc(100%-2rem)] w-[calc(100%-2rem)]"
@@ -574,6 +575,7 @@ onMounted(async () => {
</span>
</div>
<!-- TODO @AI间隙太大 -->
<div class="flex w-72 justify-end" v-if="activeConversation">
<ElButton
type="primary"