Merge pull request #732 from SuanmoSuanyangTechnology/fix/v0.2.9_zy

fix(web): ui
This commit is contained in:
yingzhao
2026-03-30 16:15:06 +08:00
committed by GitHub

View File

@@ -174,8 +174,8 @@ const MemoryConversation: FC = () => {
/>
</Col>
</Row>
<Row gutter={16} className="rb:h-[calc(100%-48px)]!">
<Col span={12}>
<Row gutter={16} className="rb:h-[calc(100vh-118px)]!">
<Col span={12} className="rb:h-full!">
<RbCard
title={t('memoryConversation.conversationContent')}
headerType="borderless"
@@ -207,7 +207,7 @@ const MemoryConversation: FC = () => {
</Chat>
</RbCard>
</Col>
<Col span={12}>
<Col span={12} className="rb:h-full!">
<RbCard
title={t('memoryConversation.memoryConversationAnalysis')}
headerType="borderless"