mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
fix(CodeTool): Code页面显示不全 (#9492)
This commit is contained in:
parent
8925d7d546
commit
b2e33f892a
@ -346,11 +346,14 @@ const Container = styled.div`
|
||||
const ContentContainer = styled.div`
|
||||
display: flex;
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
padding: 20px 0;
|
||||
`
|
||||
|
||||
const MainContent = styled.div`
|
||||
width: 600px;
|
||||
margin: auto;
|
||||
min-height: fit-content;
|
||||
`
|
||||
|
||||
const Title = styled.h1`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user