url params filter logic (#4694)

This commit is contained in:
heheer
2025-04-28 14:04:24 +08:00
committed by GitHub
parent ca8adbbf95
commit 293c0cdb40
2 changed files with 46 additions and 12 deletions

View File

@@ -89,7 +89,7 @@ const A = ({ children, ...props }: any) => {
/>
</Button>
</PopoverTrigger>
<PopoverContent boxShadow={'lg'} w={'500px'} py={4}>
<PopoverContent boxShadow={'lg'} w={'500px'} maxW={'90vw'} py={4}>
<MyBox isLoading={loading}>
<PopoverArrow />
<PopoverBody py={0} px={0} fontSize={'sm'}>