|
@@ -332,7 +332,7 @@ class Operation extends Component {
|
|
const { visible, preVisible,diagShow } = this.props.print;
|
|
const { visible, preVisible,diagShow } = this.props.print;
|
|
const {winWidth} = this.props;
|
|
const {winWidth} = this.props;
|
|
const {zIndex,type,le} = this.state;
|
|
const {zIndex,type,le} = this.state;
|
|
- return <div className={style['container']} style={{zIndex:zIndex}}>
|
|
|
|
|
|
+ return <div className={style['container']} style={{zIndex:zIndex,left:le}}>
|
|
<span className={style['button']} onClick={showPrint}><img src={printImg} /> 打印病历</span>
|
|
<span className={style['button']} onClick={showPrint}><img src={printImg} /> 打印病历</span>
|
|
<span className={style['preButton']} onClick={showPreview}><img src={preview} /> 预览</span>
|
|
<span className={style['preButton']} onClick={showPreview}><img src={preview} /> 预览</span>
|
|
<span className={style['preButton']} onClick={() => { this.saveHis(3) }}><img src={saveHistory} /> 保存病历模板</span>
|
|
<span className={style['preButton']} onClick={() => { this.saveHis(3) }}><img src={saveHistory} /> 保存病历模板</span>
|