Commit cb004c9f authored by suhuiguang's avatar suhuiguang

1.提到公共

parent 75d93f55
...@@ -1460,16 +1460,6 @@ class View3D extends Component { ...@@ -1460,16 +1460,6 @@ class View3D extends Component {
/> />
} }
<<<<<<< HEAD
=======
<div className='topBox'>
<span className='editTitle'>
<span className='titleText'>编辑模式</span>
</span>
<span className='quipBtn' onClick={this.quitEditMode}></span>
</div>
>>>>>>> c22bff23958536ca788be2c9cf7316bdd7f6153d
<div className='bottomBox'> <div className='bottomBox'>
<span className={`editAreaBtn ${pageType == 'region'?'selected':'noSelect'}`} onClick={this.changeAreaPoint.bind(this,'region')}></span> <span className={`editAreaBtn ${pageType == 'region'?'selected':'noSelect'}`} onClick={this.changeAreaPoint.bind(this,'region')}></span>
<span className={`editPointBtn ${pageType == 'point'?'selected':'noSelect'}`} onClick={this.changeAreaPoint.bind(this,'point')}></span> <span className={`editPointBtn ${pageType == 'point'?'selected':'noSelect'}`} onClick={this.changeAreaPoint.bind(this,'point')}></span>
......
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