Browse Source

Merge branch 'wzf' of http://git.shengws.com/zhangbj/xt_pad into wzf

xiaoming_global 5 years ago
parent
commit
195b30cae5

+ 1 - 1
src/pages/main/dialysis/LongTable.vue View File

813
         }
813
         }
814
         .iconfont {
814
         .iconfont {
815
           color: $main-color;
815
           color: $main-color;
816
-          font-size: 0.3rem;
816
+          font-size: 0.45rem;
817
           margin-right: 0.1rem;
817
           margin-right: 0.1rem;
818
         }
818
         }
819
       }
819
       }

+ 1 - 1
src/pages/main/records/CaseHistory.vue View File

77
   background: #fff;
77
   background: #fff;
78
   background: #fff;
78
   background: #fff;
79
   @media only screen and (max-width: 767px) {
79
   @media only screen and (max-width: 767px) {
80
-    top: 40px !important;
80
+    top: 38px !important;
81
   }
81
   }
82
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
82
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
83
   //   top: 50px !important;
83
   //   top: 50px !important;

+ 5 - 2
src/pages/monitoring/index.vue View File

27
             >搜索</van-button>
27
             >搜索</van-button>
28
           </van-field>
28
           </van-field>
29
         </div>-->
29
         </div>-->
30
-        <div class="newSearch">
30
+        <div class="newSearch1">
31
           <el-input
31
           <el-input
32
             prefix-icon="el-icon-search"
32
             prefix-icon="el-icon-search"
33
             v-model="patient_keyword"
33
             v-model="patient_keyword"
575
 }
575
 }
576
 </style>
576
 </style>
577
 <style lang="scss">
577
 <style lang="scss">
578
-.newSearch {
578
+.newSearch1 {
579
   height: 1rem;
579
   height: 1rem;
580
   width: 100%;
580
   width: 100%;
581
   background: #fff;
581
   background: #fff;
602
     border-radius: 30px;
602
     border-radius: 30px;
603
     border: none;
603
     border: none;
604
     font-size: 0.45rem;
604
     font-size: 0.45rem;
605
+    @media only screen and (min-width: 768px) {
606
+      padding-left: 0.9rem;
607
+    }
605
   }
608
   }
606
   .el-input__icon {
609
   .el-input__icon {
607
     line-height: 1rem;
610
     line-height: 1rem;

+ 7 - 3
src/pages/personal/ElectronicSignature.vue View File

427
       height: 400px;
427
       height: 400px;
428
       margin: 0 auto;
428
       margin: 0 auto;
429
       border-radius: 4px;
429
       border-radius: 4px;
430
-
430
+      overflow: hidden;
431
       // @media only screen and (max-width: 812px) {
431
       // @media only screen and (max-width: 812px) {
432
       //   width: 500px !important;
432
       //   width: 500px !important;
433
       //   height: 200px !important;
433
       //   height: 200px !important;
467
   }
467
   }
468
 }
468
 }
469
 .fl {
469
 .fl {
470
-  @media only screen and (max-width: 812px) {
471
-    width: 100% !important;
470
+  // @media only screen and (max-width: 812px) {
471
+  //   width: 100% !important;
472
+  //   height: 400px !important;
473
+  // }
474
+  @media only screen and (min-width: 768px) {
475
+    width: 1000px !important;
472
     height: 400px !important;
476
     height: 400px !important;
473
   }
477
   }
474
 }
478
 }

+ 2 - 2
src/styles/style.scss View File

581
 
581
 
582
       .xg {
582
       .xg {
583
         color: $main-color;
583
         color: $main-color;
584
-        font-size: 0.28rem;
584
+        font-size: 0.45rem;
585
         margin-right: 0.2rem;
585
         margin-right: 0.2rem;
586
         cursor: pointer;
586
         cursor: pointer;
587
         .iconfont {
587
         .iconfont {
588
           margin-right: 0.1rem;
588
           margin-right: 0.1rem;
589
           color: $main-color;
589
           color: $main-color;
590
-          font-size: 0.3rem;
590
+          font-size: 0.45rem;
591
         }
591
         }
592
       }
592
       }
593
       .sc {
593
       .sc {