#
luxiaotao1123
2024-03-24 0c48163d11195a61c808015a6cd4f235fcc4f9d3
zy-asrs-flow/src/pages/map/drawer/showJson.jsx
@@ -36,13 +36,13 @@
const ShowJSON = (props) => {
    const { styles } = useStyles();
    const { curSprite } = props;
    const { data } = props;
    const formattedJSON = JSON.stringify(curSprite.data, null, 2);
    const formattedJSON = JSON.stringify(data, null, 2);
    return (
        <>
            <div className={styles.jsonBox}>
            <div className={styles.jsonBox} style={{height: props.height}}>
                <textarea
                    readOnly
                    className={styles.jsonContent}