luolei 4 vuotta sitten
vanhempi
commit
13ef26e4e5

+ 1 - 1
index.html

@@ -8,6 +8,6 @@
     <title>CDSS</title>
 </head>
 <body>
-<div id="root" style="width: 1000px;margin:0 auto;"></div>
+<div id="root" style="width: 1200px;margin:0 auto;"></div>
 </body>
 </html>

+ 1 - 1
src/components/Banner/index.less

@@ -8,7 +8,7 @@
 
     border-bottom: 10px solid #e4e6e7;
     position: fixed;          //页面布局调整
-    width: 1000px;
+    width: 1200px;
     top: 0;
     // z-index: 202;
     img{

+ 1 - 1
src/components/BlockEmrCont/index.less

@@ -13,7 +13,7 @@
   left: 0;
   // min-width: 700px;
   // min-width: 548px;
-  width: 1000px;
+  width: 1200px;
   padding-bottom: 80px;
 }
 .inner{

+ 3 - 4
src/components/InfoTitle/index.less

@@ -3,15 +3,14 @@
   .contentZIndex2;
   // overflow: hidden;
   /*padding: 12px 20px 8px 20px;*/
-  margin-bottom: 40px;
+  // margin-bottom: 40px;
   background-color: #fff;
   border-bottom: 1px solid #BBBFC1;
   position: fixed;
   left: 50%;
   top: 50px;
-  right: 10px;
-  margin-left: -500px;
-  width: 1000px;
+  margin-left: -600px;
+  max-width: 1200px;
   /*padding-right: 122px;*/
   .activeWrap {
     position: absolute;

+ 2 - 2
src/components/Operation/index.less

@@ -5,8 +5,8 @@
     position: fixed;
     bottom: 0;
     left: 50%;
-    margin-left: -500px;
-    width: 1000px;
+    margin-left: -600px;
+    width: 1200px;
     // min-width: 720px;
     // min-width: 547px;
     background-color: #fff;

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

@@ -40,11 +40,11 @@ class PushData extends Component{
         console.log(windowWidth,windowHeight)
         const url =`${pushPage2}?mrId=${mrId}&planCode=${planCode}&data=${hashNum}`;
         return <div >
-            {!showPushData&&<div className={style['slideButton']} style={{right:(windowWidth-1000)/2+'px'}} onClick={this.showPushData}> 
+            {!showPushData&&<div className={style['slideButton']} style={{right:(windowWidth-1200)/2+'px'}} onClick={this.showPushData}> 
                 朗通智能提醒 
                 <img class={style['arrowIcon']} src={arrowIcon} alt=""/>
             </div>}
-            {showPushData&&<div id="dragModalWrap" className={style['pushWrapper']} style={{right:(windowWidth-1000)/2+'px'}}>
+            {showPushData&&<div id="dragModalWrap" className={style['pushWrapper']} style={{right:(windowWidth-1200)/2+'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>
                 <iframe id='embedPage'  src={url} frameborder="0" width="400" height="563"></iframe>