Commit bf6c12b7 authored by suhuiguang's avatar suhuiguang

1.修改图标大小

parent 8c2de891
...@@ -238,7 +238,7 @@ export const marker3DIoncMapper = { ...@@ -238,7 +238,7 @@ export const marker3DIoncMapper = {
export const safetyIndexIconMapper = { export const safetyIndexIconMapper = {
allEror: '/mods/components/3dviewConvertor/threeres/markers/exception_all@2x.png', allEror: '/mods/components/3dviewConvertor/threeres/markers/exception_all.png',
faultEror: '/mods/components/3dviewConvertor/threeres/markers/exception_fault.png', faultEror: '/mods/components/3dviewConvertor/threeres/markers/exception_fault.png',
riskEror: '/mods/components/3dviewConvertor/threeres/markers/exception_risk.png', riskEror: '/mods/components/3dviewConvertor/threeres/markers/exception_risk.png',
transparent_rpn: require('./../threeres/markers/transparent_rpn.png') transparent_rpn: require('./../threeres/markers/transparent_rpn.png')
...@@ -246,4 +246,4 @@ export const safetyIndexIconMapper = { ...@@ -246,4 +246,4 @@ export const safetyIndexIconMapper = {
export const markerTitleBgMapper = { export const markerTitleBgMapper = {
base: require('../assets/convertor/3dview/markers/markerTitle.png') base: require('../assets/convertor/3dview/markers/markerTitle.png')
}; };
\ No newline at end of file
...@@ -52,9 +52,9 @@ class ExceptionArea extends Component { ...@@ -52,9 +52,9 @@ class ExceptionArea extends Component {
obj.baseObjHelper.titleConfig = { obj.baseObjHelper.titleConfig = {
// 顶牌平面参数 // 顶牌平面参数
planeOptions: { planeOptions: {
width: 40, width: 20,
height: 40, height: 20,
position: [0,4,0], position: [0,2,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