chore: update package versions and adjust dialog width in FormModal component

This commit is contained in:
2026-02-20 04:43:51 +08:00
parent 7a738353cd
commit e026275624
3 changed files with 33 additions and 28 deletions

View File

@@ -59,7 +59,7 @@ const FormModal = () => {
return (
<Dialog open={containerStore.showEdit} onOpenChange={(open) => containerStore.setShowEdit(open)}>
<DialogContent className='w-[800px]'>
<DialogContent className='w-200'>
<DialogHeader>
<DialogTitle>{isEdit ? 'Edit' : 'Add'}</DialogTitle>
</DialogHeader>