From d550804cf50cca9334a23bad516d78216cec5e4f Mon Sep 17 00:00:00 2001 From: Qi <474021214@qq.com> Date: Fri, 15 Sep 2023 10:40:22 +0800 Subject: [PATCH] fix: error style of quick search modal (#4359) --- apps/core/src/components/pure/quick-search-modal/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/core/src/components/pure/quick-search-modal/index.tsx b/apps/core/src/components/pure/quick-search-modal/index.tsx index 89236c443f..81a2daa571 100644 --- a/apps/core/src/components/pure/quick-search-modal/index.tsx +++ b/apps/core/src/components/pure/quick-search-modal/index.tsx @@ -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, }, }} >