fix: style

This commit is contained in:
yyh
2026-03-04 20:58:14 +08:00
parent d44682e957
commit 455ae65025

View File

@ -242,11 +242,13 @@ const SystemModel: FC<SystemModelSelectorProps> = ({
</div>
<div className="flex items-center justify-end gap-2 px-6 pb-6 pt-5">
<Button
className="min-w-[72px]"
onClick={() => setOpen(false)}
>
{t('operation.cancel', { ns: 'common' })}
</Button>
<Button
className="min-w-[72px]"
variant="primary"
onClick={handleSave}
disabled={!isCurrentWorkspaceManager}