fix: gpu selector by cluster

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 207c90e26c
commit 553ec724c2
40 changed files with 1106 additions and 1233 deletions
+6 -4
View File
@@ -56,10 +56,12 @@ const ScrollerModal = (props: ModalProps & { maxContentHeight?: number }) => {
body: {
padding: '0'
},
footer: {
padding: '12px 24px 24px',
margin: '0'
}
footer: props.footer
? {
padding: '12px 24px 24px',
margin: '0'
}
: {}
}}
>
<Wrapper