Commit 912cf982 authored by shanqiyun's avatar shanqiyun

顶牌高度

parent 52aea240
...@@ -134,7 +134,7 @@ export default function marker3DFactory(WrappedComponent = 'div', options) { ...@@ -134,7 +134,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