fix: gpu selector issues

This commit is contained in:
jialin
2025-10-28 11:17:29 +08:00
parent 697f1f9c25
commit a86bed294e
7 changed files with 52 additions and 30 deletions
+1 -2
View File
@@ -60,8 +60,7 @@ const OptionNodes = (props: {
);
}
let width: any = {
maxWidth: 140,
minWidth: 140
maxWidth: 140
};
if (!data.parent) {
width = undefined;