feat:【antd】【ai】chat 的样式 review

This commit is contained in:
YunaiV
2025-11-15 21:34:19 +08:00
parent a35485e618
commit a15511ee6b
3 changed files with 13 additions and 8 deletions

View File

@@ -564,6 +564,7 @@ onMounted(async () => {
<Layout.Header
class="!bg-card border-border flex !h-12 items-center justify-between border-b"
>
<!-- TODO @AI距离左侧的间距有点大 -->
<div class="text-lg font-bold">
{{ activeConversation?.title ? activeConversation?.title : '对话' }}
<span v-if="activeMessageList.length > 0">
@@ -571,6 +572,7 @@ onMounted(async () => {
</span>
</div>
<!-- TODO @AI距离右侧的间距有点大 -->
<div class="flex w-72 justify-end" v-if="activeConversation">
<Button
type="primary"
@@ -621,6 +623,7 @@ onMounted(async () => {
</div>
</Layout.Content>
<!-- TODO @AI宽度没满 -->
<Layout.Footer class="!bg-card m-0 flex flex-col p-0">
<form class="border-border m-2 flex flex-col rounded-xl border p-2">
<textarea