chore: npu ux for add worker

This commit is contained in:
jialin
2025-04-09 15:46:30 +08:00
parent ade1db5215
commit fe8ff2b180
20 changed files with 228 additions and 62 deletions
@@ -320,13 +320,7 @@ const AddModal: FC<AddModalProps> = (props) => {
>
<FormWrapper>
<ColumnWrapper
paddingBottom={
warningStatus.show
? Array.isArray(warningStatus.message)
? 150
: 125
: 50
}
paddingBottom={warningStatus.show ? 170 : 50}
footer={
<>
<CompatibilityAlert