mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 14:59:27 +08:00
fix: set the inconsistency of column background color issue (#9109)
This commit is contained in:
parent
ea8b7f317d
commit
f97943006e
@ -577,7 +577,7 @@ const DataSettings: FC = () => {
|
|||||||
)
|
)
|
||||||
)}
|
)}
|
||||||
</MenuList>
|
</MenuList>
|
||||||
<SettingContainer theme={theme} style={{ display: 'flex', flex: 1 }}>
|
<SettingContainer theme={theme} style={{ display: 'flex', flex: 1, height: '100%' }}>
|
||||||
{menu === 'data' && (
|
{menu === 'data' && (
|
||||||
<>
|
<>
|
||||||
<SettingGroup theme={theme}>
|
<SettingGroup theme={theme}>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user