zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -4,7 +4,7 @@ import { createStyles } from 'antd-style'; import * as Utils from '../../utils' import Http from '@/utils/http'; import JSON from './json'; import ShowJson from './showJson'; const useStyles = createStyles(({ token, css }) => { @@ -19,7 +19,7 @@ const contentList = { json: ( <JSON <ShowJson curSprite={props.curSprite} /> ),