#
luxiaotao1123
2024-03-01 8df7cdc12c57300dc26d250a45c7bf33a7db784e
#
1个文件已修改
1个文件已添加
5 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/map/core.js 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/index.jsx 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/core.js
zy-asrs-flow/src/pages/map/index.jsx
@@ -20,8 +20,7 @@
            backgroundColor: '#4096ff',
        },
        content: {
            color: '#fff',
            backgroundColor: '#0958d9',
            backgroundColor: '#F8FAFB',
            height: 'calc(100vh - 120px)'
        }
    };
@@ -35,7 +34,7 @@
    const [app, setApp] = React.useState(() => {
        return new PIXI.Application({
            background: '#10ac84',
            background: '#F8FAFB',
            antialias: true,
        })
    })