mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
perf: markdown more wrap (#365)
This commit is contained in:
@@ -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'}
|
||||
>
|
||||
|
Reference in New Issue
Block a user