#
luxiaotao1123
2024-03-28 aa5a6f2751fdc6a8ebcb254fadf081cfe3ca0a54
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -9,11 +9,24 @@
const useStyles = createStyles(({ token, css }) => {
    return {
        infoBox: {
            height: '100%',
            display: 'flex',
            gap: '0px',
        },
        threeInfo: {
            height: '100%',
            width: '50%',
        },
        threeContainer: {
            zIndex: 99,
            width: '500px',
            height: '600px',
            width: '100%',
            height: '688.88px',
        },
        tableInfo: {
            height: '100%',
            width: '50%',
        }
    }
})
@@ -50,6 +63,8 @@
    return (
        <>
            <div className={styles.infoBox}>
                <div className={styles.threeInfo}>
            <Spin
                spinning={loading}
                indicator={<LoadingOutlined spin />}
@@ -57,6 +72,12 @@
            >
                <div ref={refContainer} className={styles.threeContainer}></div>
            </Spin>
                </div>
                <div className={styles.tableInfo}>
                </div>
            </div>
        </>
    )
}