|
@@ -52,7 +52,7 @@ class InfoTitle extends Component {
|
|
|
render() {
|
|
|
const {disVisible,copyVisible,winWidth,loading} = this.props;
|
|
|
const {le} = this.state;
|
|
|
- return <div className={style['title-wrapper']} >
|
|
|
+ return <div className={style['title-wrapper']} style={{left:le}}>
|
|
|
<PatInfoContainer sizeFlag={winWidth <= 1065?true:false}/>
|
|
|
<div className={style["operations"]} onClick={this.showHistoryBox}>
|
|
|
<span><img src={historyCase} /> 历史病历</span>
|