style: number selection

This commit is contained in:
jialin
2026-05-25 22:42:02 +08:00
committed by jialin
parent f886422f91
commit 5195b1e5fc
20 changed files with 285 additions and 150 deletions
@@ -370,9 +370,11 @@ const AddModal: React.FC<AddModalProps> = ({
}
>
<>
<ColTitle>
{intl.formatMessage({ id: 'common.title.config' })}
</ColTitle>
{action !== PageAction.VIEW && (
<ColTitle>
{intl.formatMessage({ id: 'common.title.config' })}
</ColTitle>
)}
<GPUServiceInstanceForm
ref={form}
action={action}