Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-03-11 07:17:11 +00:00
commit bdfe4f5290

View File

@ -155,7 +155,9 @@ const InnerInboxContent = () => {
}}
/>
</Layout.Sider>
<Layout.Content style={{ padding: token.paddingLG, height: '100%', overflowY: 'auto' }}>
<Layout.Content
style={{ padding: token.paddingLG, height: '100%', overflowY: 'auto', backgroundColor: token.colorBgLayout }}
>
{selectedChannelName ? <MessageList /> : null}
</Layout.Content>
</Layout>