fix: instance types switch between gpu and cpu

This commit is contained in:
jialin
2026-06-12 12:10:14 +08:00
committed by jialin
parent 7b18a92388
commit ddf723525a
10 changed files with 270 additions and 60 deletions
@@ -8,6 +8,7 @@
display: flex;
flex: 1;
max-width: 33%;
min-width: 0;
min-height: 0;
}
@@ -40,3 +41,7 @@
}
}
}
.segmented {
font-weight: 400;
font-size: 12px;
}