| | |
| | | import * as echarts from 'echarts'; |
| | | import {Button} from "antd"; |
| | | import {CloseOutlined} from "@ant-design/icons"; |
| | | import {getLocalText} from "iclient3d-plot-diy"; |
| | | |
| | | export default class ProfilePage extends PureComponent { |
| | | chartRef = React.createRef(); |
| | |
| | | <div className="sightLine-char-container"> |
| | | <div className="title-container"> |
| | | <div className="title-name"> |
| | | <span>剖面分析</span> |
| | | <span>{getLocalText('profile')}</span> |
| | | </div> |
| | | <div className="icon-container"> |
| | | <Button type="primary" onClick={this.closeEvent.bind(this)}><CloseOutlined/></Button> |