perf: markdown more wrap (#365)

This commit is contained in:
Archer
2023-10-02 20:19:09 +08:00
committed by GitHub
parent 36f5648cae
commit bf172fab81
31 changed files with 657 additions and 560 deletions

View File

@@ -8,7 +8,7 @@ const PageContainer = ({ children, ...props }: BoxProps) => {
<Box
h={'100%'}
bg={'white'}
borderRadius={[0, '2xl']}
borderRadius={props?.borderRadius || [0, '2xl']}
border={['none', theme.borders.lg]}
overflow={'overlay'}
>