fix: When the component id is very long, the delete button of generate will be hidden #1906 (#1907)

### What problem does this PR solve?
fix: When the component id is very long, the delete button of generate
will be hidden #1906

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-08-12 15:42:00 +08:00
committed by GitHub
parent cafdee536f
commit ad48e8d915
6 changed files with 16 additions and 35 deletions

View File

@@ -783,7 +783,7 @@ The above is the content you need to summarize.`,
'15d': '12 days',
'30d': '30 days',
},
publish: 'Publish',
publish: 'API',
},
footer: {
profile: 'All rights reserved @ React',

View File

@@ -741,7 +741,7 @@ export default {
'15d': '12天',
'30d': '30天',
},
publish: '發布',
publish: 'API',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@@ -759,7 +759,7 @@ export default {
'15d': '12天',
'30d': '30天',
},
publish: '发布',
publish: 'API',
},
footer: {
profile: 'All rights reserved @ React',