mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
bdfe4f5290
@ -155,7 +155,9 @@ const InnerInboxContent = () => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Layout.Sider>
|
</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}
|
{selectedChannelName ? <MessageList /> : null}
|
||||||
</Layout.Content>
|
</Layout.Content>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user