|
@@ -4,6 +4,7 @@ import arrowIcon from '@images/arrowIcon.png';
|
|
|
import pushEmpty from '@images/pushEmpty.png';
|
|
|
import {pushPage2} from '@utils/config';
|
|
|
import {dragBox} from '@utils/drag';
|
|
|
+import hideConfirm from '@images/hideConfirm.png';
|
|
|
|
|
|
class PushData extends Component{
|
|
|
constructor(props){
|
|
@@ -46,7 +47,7 @@ class PushData extends Component{
|
|
|
</div>}
|
|
|
{showPushData&&<div id="dragModalWrap" className={style['pushWrapper']} style={{right:(windowWidth-1200)/2+20+'px'}}>
|
|
|
{/* <div id="dragModalTitle" className={style['pushDataTitle']}>朗通智能提醒 <span className={style['pushDataHide']} onClick={this.hidePushData}>收起</span></div> */}
|
|
|
- <div className={style['pushDataTitle']}>朗通智能提醒 <span className={style['pushDataHide']} onClick={this.hidePushData}>收起</span></div>
|
|
|
+ <div className={style['pushDataTitle']}>朗通智能提醒 <span className={style['pushDataHide']} onClick={this.hidePushData}> <img class={style['hideConfirm']} src={hideConfirm} alt=""/></span></div>
|
|
|
{hospitalId&&<iframe id='embedPage' src={url} frameborder="0" width="348" height="507"></iframe>}
|
|
|
{!hospitalId&&<div className={style['pushEmpty']}>
|
|
|
<div className={style['pushEmptyBox']}>
|