mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-19 10:07:24 +00:00
4.8.1 test-fix (#1561)
This commit is contained in:
@@ -67,7 +67,12 @@ const MyRightDrawer = ({
|
||||
<DrawerCloseButton position={'relative'} fontSize={'sm'} top={0} right={0} />
|
||||
</Flex>
|
||||
|
||||
<DrawerBody overflow={'hidden'} px={props?.px}>
|
||||
<DrawerBody
|
||||
overflowY={props?.overflowY || 'auto'}
|
||||
display={'flex'}
|
||||
flexDirection={'column'}
|
||||
px={props?.px ?? 4}
|
||||
>
|
||||
{children}
|
||||
<Loading loading={isLoading} fixed={false} />
|
||||
</DrawerBody>
|
||||
|
Reference in New Issue
Block a user