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,7 +813,7 @@ export default {
813 813
         }
814 814
         .iconfont {
815 815
           color: $main-color;
816
-          font-size: 0.3rem;
816
+          font-size: 0.45rem;
817 817
           margin-right: 0.1rem;
818 818
         }
819 819
       }

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

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

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

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

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

@@ -427,7 +427,7 @@ export default {
427 427
       height: 400px;
428 428
       margin: 0 auto;
429 429
       border-radius: 4px;
430
-
430
+      overflow: hidden;
431 431
       // @media only screen and (max-width: 812px) {
432 432
       //   width: 500px !important;
433 433
       //   height: 200px !important;
@@ -467,8 +467,12 @@ export default {
467 467
   }
468 468
 }
469 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 476
     height: 400px !important;
473 477
   }
474 478
 }

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

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