fix: fix table horizontal scroll and collapsed sidebar

This commit is contained in:
2025-05-01 20:49:42 +08:00
parent ac7d1efb8d
commit 5645645c5f
19 changed files with 849 additions and 134 deletions

View File

@@ -10,6 +10,9 @@ const config: CodegenConfig = {
presetConfig: {
gqlTagName: 'gql',
},
config: {
enumsAsConst: true,
},
},
},
};