Commit 6f336b34 authored by 张博's avatar 张博

Merge branch 'developer' of http://172.16.10.76/station/amos-station-module-view into developer

parents 1884b7df 637ce8a7
...@@ -136,7 +136,7 @@ export default function marker3DFactory(WrappedComponent = 'div', options) { ...@@ -136,7 +136,7 @@ export default function marker3DFactory(WrappedComponent = 'div', options) {
planeOptions: { planeOptions: {
width: 20, width: 20,
height: 10, height: 10,
position: [0, 10, 0], position: [0, markerType !== 'impEquipmentMode' ? 10 : 20, 0],
doubleSide: true doubleSide: true
}, },
canvasOptions: { canvasOptions: {
......
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