feat: add simple select component

This commit is contained in:
jialin
2025-07-01 20:20:50 +08:00
parent 7da106798d
commit 9e29e7283c
12 changed files with 339 additions and 129 deletions
@@ -16,7 +16,7 @@ const SpinWrapper = styled.div`
justify-content: center;
top: 0;
left: 0;
height: 400px;
max-height: 400px;
right: 0;
`;
+2 -1
View File
@@ -551,7 +551,8 @@ export const useCheckCompatibility = () => {
const gpuSelector = generateGPUIds(data.values);
return await handleDoEvalute({
...data.values,
...gpuSelector
...gpuSelector,
replicas: allValues.replicas || 0
});
};