fix(CodeTool): Code页面显示不全 (#9492)

This commit is contained in:
George·Dong
2025-08-25 10:46:18 +08:00
committed by GitHub
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`