#
luxiaotao1123
2024-03-24 781f447c1c8b902f66fc71ae42fc395c83e590c6
#
2个文件已修改
5 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/map/batch/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/drawer/showJson.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/batch/index.jsx
@@ -61,6 +61,7 @@
                            })
                        }
                        height='60%'
                        jsonType={0}
                    />
                </Card>
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}