mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix(InboxContent): add background color to layout content for better visibility (#6417)
This commit is contained in:
parent
d90c17b3a4
commit
d04bc83f2f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user