mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 12:51:26 +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>
|
||||
<SettingContainer theme={theme} style={{ display: 'flex', flex: 1 }}>
|
||||
<SettingContainer theme={theme} style={{ display: 'flex', flex: 1, height: '100%' }}>
|
||||
{menu === 'data' && (
|
||||
<>
|
||||
<SettingGroup theme={theme}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user