fix: error style of quick search modal (#4359)

This commit is contained in:
Qi
2023-09-15 10:40:22 +08:00
committed by GitHub
parent d68545cb29
commit d550804cf5

View File

@@ -77,6 +77,7 @@ export const QuickSearchModal = ({
open={open}
onOpenChange={setOpen}
width={608}
withoutCloseButton
contentOptions={{
['data-testid' as string]: 'quickSearch',
style: {
@@ -85,6 +86,7 @@ export const QuickSearchModal = ({
top: '80px',
overflow: 'hidden',
transform: 'translateX(-50%)',
padding: 0,
},
}}
>