fix(style): some style issues (#5029)

This commit is contained in:
Pika
2024-06-07 20:59:39 +08:00
committed by GitHub
parent ea5c8a72e2
commit d319d9fc5e
4 changed files with 7 additions and 7 deletions

View File

@@ -53,9 +53,9 @@ const ConfigCredential: FC<Props> = ({
positionCenter={positionCenter}
onHide={onHide}
title={t('tools.createTool.authMethod.title')!}
panelClassName='mt-2 !w-[520px]'
panelClassName='mt-2 !w-[520px] h-fit'
maxWidthClassName='!max-w-[520px]'
height='calc(100vh - 16px)'
height={'fit-content'}
headerClassName='!border-b-black/5'
body={
<div className='pt-2 px-6'>