Browse Source

修改样式问题

csx 5 years ago
parent
commit
f8e0131163

+ 3 - 0
src/pages/advice/AdvicePage.vue View File

@@ -122,6 +122,9 @@ export default {
122 122
   float: right;
123 123
   background-color: #ff7978;
124 124
   border: none;
125
+  @media only screen and (max-width: 812px) {
126
+  min-width: 60px !important;
127
+  }
125 128
 }
126 129
 </style>
127 130
 

+ 3 - 0
src/pages/main/DetailsPage.vue View File

@@ -172,6 +172,9 @@ export default {
172 172
   .Tab {
173 173
     padding-top: 63px;
174 174
     // padding-bottom: 0.25rem;
175
+    @media only screen and (max-width: 812px) {
176
+    padding-top: 42px !important;
177
+    }
175 178
   }
176 179
 }
177 180
 </style>

+ 3 - 0
src/pages/main/DialysisArea.vue View File

@@ -416,6 +416,9 @@ export default {
416 416
 .mint-datetime-action {
417 417
   line-height: 60px;
418 418
   font-size: 0.34rem;
419
+  @media only screen and (max-width: 812px) {
420
+    line-height: 30px !important;
421
+  }
419 422
 }
420 423
 </style>
421 424
 

+ 5 - 2
src/pages/main/add_urgent_schedule.vue View File

@@ -35,8 +35,8 @@
35 35
           <van-col :span="9">
36 36
             <span class="title">患者:</span>
37 37
             <div class="field_panel">
38
-                <van-field ref="patient_field" @focus="selectPatientAction" :value="patient_name" class="field"
39
-                           left-icon="arrow-down"></van-field>
38
+              <van-field ref="patient_field" @focus="selectPatientAction" :value="patient_name" class="field"
39
+                         left-icon="arrow-down"></van-field>
40 40
             </div>
41 41
           </van-col>
42 42
 
@@ -497,6 +497,9 @@
497 497
   font-size: 18px;
498 498
   line-height: 45px;
499 499
   width: 180px;
500
+  @media only screen and (max-width: 812px) {
501
+  width: 100px;
502
+  }
500 503
   }
501 504
   }
502 505
 

File diff suppressed because it is too large
+ 1107 - 1087
src/pages/main/dialysis/AdviceTable.vue


+ 5 - 2
src/pages/main/dialysis/MissionTable.vue View File

@@ -53,7 +53,7 @@
53 53
         v-model="endTime">
54 54
       </mt-datetime-picker>
55 55
 
56
-     
56
+
57 57
     </div>
58 58
 </template>
59 59
 
@@ -203,9 +203,12 @@ export default {
203 203
       @include text-align;
204 204
       @include justify-content-between;
205 205
     padding: 0.3rem 0;
206
-      
206
+
207 207
       .iconfont {
208 208
         margin: 0 0.1rem;
209
+        @media only screen and (max-width: 812px) {
210
+        font-size: 12px !important;
211
+        }
209 212
       }
210 213
       .line{
211 214
         background: #a8b3ba;

+ 6 - 3
src/pages/main/dialysis/RecordTable.vue View File

@@ -32,7 +32,7 @@
32 32
                 <div class="popover-demo-content">
33 33
                   <ul>
34 34
                     <li  v-for="item in modeOptions" :key="item.id" @click="itemClick(item.id)"   :class="mode_id == item.id ? 'tick' : ''">{{item.name}}</li>
35
-                  </ul> 
35
+                  </ul>
36 36
                 </div>
37 37
               </el-popover>
38 38
 
@@ -97,7 +97,7 @@
97 97
       :endDate="new Date()"
98 98
       v-model="endTime">
99 99
     </mt-datetime-picker>
100
-  
100
+
101 101
   </div>
102 102
 </template>
103 103
 
@@ -425,6 +425,9 @@ export default {
425 425
       padding: 0.3rem 0;
426 426
       .iconfont {
427 427
         margin: 0 0.1rem;
428
+  @media only screen and (max-width: 812px) {
429
+  font-size: 12px !important;
430
+  }
428 431
       }
429 432
       .line {
430 433
         background: #a8b3ba;
@@ -437,7 +440,7 @@ export default {
437 440
   }
438 441
 }
439 442
 .RecordTable{
440
-  padding-top:0; 
443
+  padding-top:0;
441 444
   background: #fff;
442 445
   min-height: calc(100vh - 180px);
443 446
 }

+ 3 - 0
src/pages/monitoring/index.vue View File

@@ -354,6 +354,9 @@ export default {
354 354
   .iconfont {
355 355
     font-size: 0.4rem;
356 356
     color: #a8b3ba;
357
+  @media only screen and (max-width: 812px) {
358
+  margin-right: 0 !important;
359
+  }
357 360
   }
358 361
 }
359 362
 .choice {

+ 65 - 0
src/styles/style.scss View File

@@ -551,11 +551,29 @@
551 551
   color: #fff;
552 552
   border-color: $main-color !important;
553 553
   background-color: $main-color !important;
554
+   @media only screen and (max-width: 812px) {
555
+      font-size: 14px !important;
556
+      line-height: 16px !important;
557
+      width: 16px !important;
558
+      height: 16px !important;
559
+    }
560
+}
561
+
562
+.van-checkbox__icon .van-icon {
563
+  @media only screen and (max-width: 812px) {
564
+    font-size: 14px !important;
565
+    line-height: 16px !important;
566
+    width: 16px !important;
567
+    height: 16px !important;
568
+  }
554 569
 }
555 570
 
556 571
 .CheckBox .van-checkbox__label {
557 572
   width: 94%;
558 573
   font-size: 0.34rem;
574
+   @media only screen and (max-width: 812px) {
575
+      width: 90%;
576
+    }
559 577
 }
560 578
 
561 579
 .mint-datetime-action {
@@ -651,10 +669,19 @@
651 669
   color: $pgh-color!important;
652 670
   height: 64px!important;
653 671
   line-height: 64px!important;
672
+   @media only screen and (max-width: 812px) {
673
+      font-size: 0.35rem !important;
674
+      color: $pgh-color !important;
675
+      height: 48px !important;
676
+      line-height: 48px !important;
677
+    }
654 678
 }
655 679
 .el-collapse-item__arrow{
656 680
   color: #a8b3ba!important;
657 681
   line-height: 64px!important;
682
+    @media only screen and (max-width: 812px) {
683
+      line-height: 48px !important;
684
+    }
658 685
 }
659 686
 
660 687
 
@@ -664,6 +691,11 @@
664 691
   width: 4.2rem;
665 692
   float: right;
666 693
   font-size: 0.34rem;
694
+   .field {
695
+      @media only screen and (max-width: 812px) {
696
+        margin-top: 6px;
697
+      }
698
+    }
667 699
   .iconfont {
668 700
     color: #a8b3ba;
669 701
     font-size: 0.42rem;
@@ -676,10 +708,40 @@
676 708
     align-items: center;
677 709
     height: 0.64rem!important;
678 710
     line-height: 0.64rem!important;
711
+    @media only screen and (max-width: 812px) {
712
+      padding: 0 0 0 4px;
713
+    }
714
+  }
715
+}
679 716
 
717
+.van-cell {
718
+  @media only screen and (max-width: 812px) {
719
+    font-size: 6px !important;
720
+  }
721
+}
722
+.van-field__left-icon {
723
+  @media only screen and (max-width: 812px) {
724
+    // margin-right: 0 !important;
725
+    margin-top: 1px;
726
+  }
727
+  .van-icon-arrow-down {
728
+    @media only screen and (max-width: 812px) {
729
+      font-size: 12px !important;
730
+    }
731
+  }
732
+}
733
+.van-field__button {
734
+  @media only screen and (max-width: 812px) {
735
+    padding-left: 0 !important;
736
+  }
737
+}
738
+.van-switch {
739
+  @media only screen and (max-width: 812px) {
740
+    font-size: 16px !important;
680 741
   }
681 742
 }
682 743
 
744
+
683 745
 // 返回
684 746
 .goBack {
685 747
   cursor: pointer;
@@ -704,6 +766,9 @@
704 766
 
705 767
 .van-button--small{
706 768
   font-size: 0.28rem!important;
769
+  @media only screen and (max-width: 812px) {
770
+      min-width: 36px !important;
771
+    }
707 772
 }
708 773
 
709 774
 .el-input{