zjj
2025-02-17 54b4f53323d0833cbac86fd18932c5fa5a5447a8
zy-asrs-flow/src/pages/map/drawer/showJson.jsx
@@ -38,11 +38,11 @@
    const { styles } = useStyles();
    const { data } = props;
    const formattedJSON = JSON.stringify(data, null, 0);
    const formattedJSON = JSON.stringify(data, null, props.jsonType ?? 2);
    return (
        <>
            <div className={styles.jsonBox} style={{height: props.height}}>
            <div className={styles.jsonBox} style={{ height: props.height }}>
                <textarea
                    readOnly
                    className={styles.jsonContent}