|
@@ -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 />
|
|
|
<div className={style['activeWrap']}>
|
|
|
<div className={style["operations"]} onClick={this.showHistoryBox}>
|