#
luxiaotao1123
2024-10-16 dc31d8c4e1e45d6f932050a0da4e18a09d8dfd07
zy-acs-flow/src/map/insight/shelf/index.jsx
@@ -18,7 +18,7 @@
    };
    return (
        <>
        <Box sx={{ height: '100%', display: 'flex', flexDirection: 'column' }}>
            <Tabs
                value={activeTab}
                onChange={handleTabChange}
@@ -33,7 +33,7 @@
            <Divider />
            <Box pt={1}>
            <Box flex={1} pt={2}>
                {activeTab === 0 && (
                    <ShelfMain
                        data={sprite?.data}
@@ -48,7 +48,7 @@
                    />
                )}
            </Box>
        </>
        </Box>
    )
}