|
@@ -1,7 +1,7 @@
|
|
|
import React,{Component} from 'react';
|
|
|
import styles from './index.less';
|
|
|
import ReactDom from "react-dom";
|
|
|
-import close from "@common/images/close1.png";
|
|
|
+import close from "@common/images/icon_cancel.png";
|
|
|
|
|
|
class AnalysisResult extends Component {
|
|
|
constructor(props) {
|
|
@@ -24,7 +24,7 @@ class AnalysisResult extends Component {
|
|
|
const domNode = document.getElementById('root');
|
|
|
return ReactDom.createPortal(
|
|
|
show?<React.Fragment>
|
|
|
- <div className={styles.maskCover} onClick={this.showHistoryBox}></div>
|
|
|
+ {/*<div className={styles.maskCover} onClick={this.showHistoryBox}></div>*/}
|
|
|
<div className={styles.contentBox}>
|
|
|
<h2>CRF解析结果</h2>
|
|
|
<img className={styles.close} src={close} alt="" onClick={()=>onClose(false)}/>
|