Refactor(Render): Using React Flow to render the mobile simulator

This commit is contained in:
2024-10-31 10:51:39 +08:00
parent 6880fe8b21
commit b75013afa7
9 changed files with 494 additions and 286 deletions

View File

@@ -2,9 +2,7 @@ import { createStyles } from 'antd-style'
export default createStyles(({ token }) => ({
root: {
position: 'relative',
width: '100%',
height: '100%'
position: 'relative'
},
errorMessage: {