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