Merge pull request #732 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
fix(web): ui
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user