zhangxc преди 4 години
родител
ревизия
27eb4c4429
променени са 3 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. BIN
      src/common/images/hideConfirm.png
  2. 2 1
      src/components/PushData/index.jsx
  3. 4 1
      src/components/PushData/index.less

BIN
src/common/images/hideConfirm.png


+ 2 - 1
src/components/PushData/index.jsx

@@ -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']}>

+ 4 - 1
src/components/PushData/index.less

@@ -64,6 +64,9 @@
     height: 40px;
     padding: 0 10px;
     font-size:16px;
-    right: 10px;
+    right: 0px;
     cursor: pointer;
+}
+.hideConfirm{
+    width: 15px;
 }