fix: fix workflow as a tool confirm dialog layout issue (#18494)

This commit is contained in:
Wu Tianwei
2025-04-22 09:59:14 +08:00
committed by GitHub
parent ee30497237
commit 80f5ee1eb2
17 changed files with 34 additions and 22 deletions

View File

@@ -20,7 +20,7 @@ const FullScreenDrawer: FC<IFullScreenDrawerProps> = ({
<Drawer
isOpen={isOpen}
onClose={onClose}
panelClassname={classNames('!p-0 bg-components-panel-bg',
panelClassName={classNames('!p-0 bg-components-panel-bg',
fullScreen
? '!max-w-full !w-full'
: 'mt-16 mr-2 mb-2 !max-w-[560px] !w-[560px] border-[0.5px] border-components-panel-border rounded-xl',