Commit 08f51f3d authored by 邹绪超's avatar 邹绪超

fix: 修复cesium样式错误

parent 2959e25f
Pipeline #53187 passed with stages
......@@ -104,7 +104,7 @@
"@babel/polyfill": "7.4.3",
"@babel/runtime": "^7.10.5",
"@esri/calcite-colors": "6.0.3",
"@wisdom-cesium/cesium": "^1.0.84",
"@wisdom-cesium/cesium": "^1.0.86",
"@wisdom-components/basictable": "^1.5.16",
"@wisdom-components/empty": "^1.4.1",
"@wisdom-map/amap": "1.1.0-beta.33",
......@@ -175,6 +175,7 @@
"@babel/register": "7.4.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@esri/arcgis-html-sanitizer": "2.10.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@svgr/webpack": "4.3.3",
"@umijs/bundler-utils": "3.3.7",
......@@ -303,7 +304,6 @@
"webpackbar": "5.0.0-3",
"whatwg-fetch": "^3.0.0",
"xss": "^1.0.11",
"yorkie": "^2.0.0",
"@esri/arcgis-html-sanitizer": "2.10.0"
"yorkie": "^2.0.0"
}
}
......@@ -25,6 +25,7 @@ const cesiumMap = props => {
const pdView = new PdRender({
el: ref.current,
widgets,
prefixCls: 'panda-console-base',
...schemeData,
});
storeRef.current = pdView;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment