fix: add ui

This commit is contained in:
Joel
2024-11-27 10:50:39 +08:00
parent b8af4aead1
commit e908ecab8f

View File

@@ -135,7 +135,7 @@ const NewSegmentModal: FC<NewSegmentModalProps> = ({
<div className='mb-8'>
<TagInput items={keywords} onChange={newKeywords => setKeywords(newKeywords)} />
</div>
<div className='flex justify-end'>
<div className='flex justify-end space-x-2'>
<Button
onClick={handleCancel}>
{t('common.operation.cancel')}