#
luxiaotao1123
2024-03-27 6b7315f91ebf039b08b1c82ce650583abb795fe2
zy-asrs-flow/src/pages/map/drawer/shelf/view.jsx
@@ -13,12 +13,15 @@
    const intl = useIntl();
    const { styles } = useStyles();
    const refContainer = useRef();
    useEffect(() => {
    }, []);
    return (
        <>
           <div style={{zIndex: 99}} ref={refContainer}></div>
            <h1>{props.data.uuid}</h1>
        </>
    )