See999 před 5 roky
rodič
revize
5702d5e452

+ 3 - 0
src/pages/advice/DialysisAdviceTable.vue Zobrazit soubor

618
   @media only screen and (min-width: 768px) {
618
   @media only screen and (min-width: 768px) {
619
     padding-top: 60px !important;
619
     padding-top: 60px !important;
620
   }
620
   }
621
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
622
+    padding-top: 46px;
623
+  }
621
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
624
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
622
   //   padding-top: 118px !important;
625
   //   padding-top: 118px !important;
623
   // }
626
   // }

+ 8 - 5
src/pages/main/DetailsPage.vue Zobrazit soubor

191
       @media only screen and (min-width: 376px) and (max-width: 415px) {
191
       @media only screen and (min-width: 376px) and (max-width: 415px) {
192
         margin-right: 3.6rem;
192
         margin-right: 3.6rem;
193
       }
193
       }
194
-      @media only screen and (min-width: 415px) and (max-width: 737px) {
195
-        margin-right: 6rem;
194
+      @media only screen and (min-width: 415px) and (max-width: 767px) {
195
+        margin-right: 4rem;
196
       }
196
       }
197
       @media only screen and (min-width: 768px) {
197
       @media only screen and (min-width: 768px) {
198
         margin-right: 4rem;
198
         margin-right: 4rem;
243
   bottom: 2.25rem;
243
   bottom: 2.25rem;
244
   font-size: 0.34rem;
244
   font-size: 0.34rem;
245
   text-align: center;
245
   text-align: center;
246
-  @media only screen and (max-width: 767px) {
247
-    display: none;
248
-  }
246
+  // @media only screen and (max-width: 767px) {
247
+  //   display: none;
248
+  // }
249
   p {
249
   p {
250
     width: 30px;
250
     width: 30px;
251
     text-align: center;
251
     text-align: center;
259
       width: 50px;
259
       width: 50px;
260
       margin: 17px auto 0;
260
       margin: 17px auto 0;
261
     }
261
     }
262
+    @media only screen and (min-width: 415px) and (max-width: 767px) {
263
+      margin: 15px auto 0;
264
+    }
262
   }
265
   }
263
 }
266
 }
264
 </style>
267
 </style>

+ 3 - 0
src/pages/main/DialysisArea.vue Zobrazit soubor

525
   @media only screen and (min-width: 768px) {
525
   @media only screen and (min-width: 768px) {
526
     top: 163px;
526
     top: 163px;
527
   }
527
   }
528
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
529
+    top: 134px;
530
+  }
528
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
531
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
529
   //   top: 130px;
532
   //   top: 130px;
530
   // }
533
   // }

+ 3 - 0
src/pages/main/WaitingArea.vue Zobrazit soubor

666
   @media only screen and (min-width: 768px) {
666
   @media only screen and (min-width: 768px) {
667
     top: 163px;
667
     top: 163px;
668
   }
668
   }
669
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
670
+    top: 134px;
671
+  }
669
   right: 0;
672
   right: 0;
670
   z-index: 66;
673
   z-index: 66;
671
   left: 0;
674
   left: 0;

+ 6 - 0
src/pages/main/dialog/MonitDialog.vue Zobrazit soubor

1099
         padding: 0.18rem 0;
1099
         padding: 0.18rem 0;
1100
         padding-left: 5px;
1100
         padding-left: 5px;
1101
         width: 100%;
1101
         width: 100%;
1102
+        @media only screen and (min-width: 415px) and (max-width: 767px) {
1103
+          padding: 9.4px 0;
1104
+        }
1102
         @media only screen and (min-width: 768px) {
1105
         @media only screen and (min-width: 768px) {
1103
           height: 60px;
1106
           height: 60px;
1104
           line-height: 60px;
1107
           line-height: 60px;
1110
           line-height: 38px;
1113
           line-height: 38px;
1111
           font-size: 0.45rem;
1114
           font-size: 0.45rem;
1112
           padding: 0 !important;
1115
           padding: 0 !important;
1116
+          @media only screen and (min-width: 415px) and (max-width: 767px) {
1117
+          font-size: 0.4rem;
1118
+        }
1113
         @media only screen and (min-width: 768px) {
1119
         @media only screen and (min-width: 768px) {
1114
           height: 60px;
1120
           height: 60px;
1115
           line-height: 60px;
1121
           line-height: 60px;

+ 1 - 1
src/pages/main/dialog/OrdersDialog.vue Zobrazit soubor

1403
 .table {
1403
 .table {
1404
   width: 1200px;
1404
   width: 1200px;
1405
   @media only screen and (max-width: 767px) {
1405
   @media only screen and (max-width: 767px) {
1406
-      width: 800px;
1406
+      width: 850px;
1407
     }
1407
     }
1408
   tr {
1408
   tr {
1409
     th {
1409
     th {

+ 3 - 0
src/pages/main/dialog/new_order/AddNewOrders.vue Zobrazit soubor

544
   @media only screen and (min-width: 768px) {
544
   @media only screen and (min-width: 768px) {
545
     height: 7.8rem !important;
545
     height: 7.8rem !important;
546
   }
546
   }
547
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
548
+    height: 11.8rem !important;
549
+  }
547
 }
550
 }
548
 .backgroundColor {
551
 .backgroundColor {
549
   background: #fff;
552
   background: #fff;

+ 4 - 4
src/pages/main/dialog/subMenu/checkBoxSubMenu.vue Zobrazit soubor

139
   @media only screen and (max-width: 768px) {
139
   @media only screen and (max-width: 768px) {
140
     max-height: 11.8rem !important;
140
     max-height: 11.8rem !important;
141
   }
141
   }
142
-  @media only screen and (min-width: 415px) and (max-width: 737px) {
143
-    max-height: 12.8rem !important;
142
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
143
+    max-height: 13.8rem !important;
144
   }
144
   }
145
   @media only screen and (min-width: 666px) and (max-width: 737px) {
145
   @media only screen and (min-width: 666px) and (max-width: 737px) {
146
     max-height: 8rem;
146
     max-height: 8rem;
158
     @media only screen and (max-width: 768px) {
158
     @media only screen and (max-width: 768px) {
159
       max-height: 11.8rem !important;
159
       max-height: 11.8rem !important;
160
     }
160
     }
161
-    @media only screen and (min-width: 415px) and (max-width: 737px) {
162
-      max-height: 12.8rem !important;
161
+    @media only screen and (min-width: 415px) and (max-width: 767px) {
162
+      max-height: 13.8rem !important;
163
     }
163
     }
164
     li {
164
     li {
165
       height: 1.2rem;
165
       height: 1.2rem;

Diff nebyl zobrazen, protože je příliš veliký
+ 1056 - 971
src/pages/main/dialysis/AdviceTable.vue


+ 3 - 3
src/pages/main/dialysis/CheckTab.vue Zobrazit soubor

106
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
106
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
107
   //   top: 84px !important;
107
   //   top: 84px !important;
108
   // }
108
   // }
109
-  // @media only screen and (min-width: 415px) and (max-width: 736px) {
110
-  //   top: 88px !important;
111
-  // }
109
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
110
+    top: 100px !important;
111
+  }
112
   // @media only screen and (max-width: 767px) {
112
   // @media only screen and (max-width: 767px) {
113
   //   top: 76px !important;
113
   //   top: 76px !important;
114
   // }
114
   // }

+ 6 - 3
src/pages/main/dialysis/DialysisTab.vue Zobrazit soubor

61
   padding-top: 38px;
61
   padding-top: 38px;
62
   // background: #fff;
62
   // background: #fff;
63
   min-height: calc(100vh - 64px);
63
   min-height: calc(100vh - 64px);
64
-  // @media only screen and (min-width: 376px) and (max-width: 737px) {
65
-  //   padding-top: 46px;
66
-  // }
64
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
65
+    padding-top: 58px;
66
+  }
67
   @media only screen and (min-width: 768px) {
67
   @media only screen and (min-width: 768px) {
68
     padding-top: 82px;
68
     padding-top: 82px;
69
   }
69
   }
77
     @media only screen and (min-width: 768px) {
77
     @media only screen and (min-width: 768px) {
78
       top: 63px;
78
       top: 63px;
79
     }
79
     }
80
+    @media only screen and (min-width: 415px) and (max-width: 767px) {
81
+      top: 52px;
82
+    }
80
     // @media only screen and (min-width: 813px) and (max-width: 1024px) {
83
     // @media only screen and (min-width: 813px) and (max-width: 1024px) {
81
     //   top: 64px;
84
     //   top: 64px;
82
     // }
85
     // }

+ 3 - 3
src/pages/main/dialysis/InspectionItemTable.vue Zobrazit soubor

325
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
325
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
326
   //   margin-top: 84px;
326
   //   margin-top: 84px;
327
   // }
327
   // }
328
-  // @media only screen and (min-width: 415px) and (max-width: 736px) {
329
-  //   margin-top: 84px !important;
330
-  // }
328
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
329
+    margin-top: 102px !important;
330
+  }
331
   // @media only screen and (max-width: 812px) {
331
   // @media only screen and (max-width: 812px) {
332
   //   margin-top: 80px !important;
332
   //   margin-top: 80px !important;
333
   // }
333
   // }

+ 3 - 3
src/pages/main/records/CaseHistory.vue Zobrazit soubor

84
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
84
   // @media only screen and (min-width: 376px) and (max-width: 668px) {
85
   //   top: 50px !important;
85
   //   top: 50px !important;
86
   // }
86
   // }
87
-  // @media only screen and (min-width: 415px) and (max-width: 736px) {
88
-  //   top: 50px !important;
89
-  // }
87
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
88
+    top: 52px !important;
89
+  }
90
   @media only screen and (min-width: 813px) and (max-width: 1024px) {
90
   @media only screen and (min-width: 813px) and (max-width: 1024px) {
91
     top: 67px;
91
     top: 67px;
92
   }
92
   }

+ 3 - 0
src/pages/main/records/RecordsTab.vue Zobrazit soubor

342
   @media only screen and (min-width: 737px) and (max-width: 768px) {
342
   @media only screen and (min-width: 737px) and (max-width: 768px) {
343
     padding-top: 100px;
343
     padding-top: 100px;
344
   }
344
   }
345
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
346
+    padding-top: 90px !important;
347
+  }
345
   .data {
348
   .data {
346
     width: 11rem;
349
     width: 11rem;
347
     margin: 0 auto;
350
     margin: 0 auto;

+ 2 - 2
src/pages/main/today/detailsInfo.vue Zobrazit soubor

220
             width: 0.8rem;
220
             width: 0.8rem;
221
             margin-left: 4px;
221
             margin-left: 4px;
222
           }
222
           }
223
-          @media only screen and (min-width: 415px) and (max-width: 737px) {
223
+          @media only screen and (min-width: 415px) and (max-width: 767px) {
224
             width: 0.8rem;
224
             width: 0.8rem;
225
-            margin-left: 0.4rem;
225
+            margin-left: 0.25rem;
226
           }
226
           }
227
           @media only screen and (min-width: 768px) {
227
           @media only screen and (min-width: 768px) {
228
             width: 1rem;
228
             width: 1rem;

+ 11 - 2
src/pages/monitoring/index.vue Zobrazit soubor

535
   @media only screen and (min-width: 768px) {
535
   @media only screen and (min-width: 768px) {
536
     top: 80px !important;
536
     top: 80px !important;
537
   }
537
   }
538
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
539
+    top: 64px;
540
+  }
538
   ul {
541
   ul {
539
     @include display-flex;
542
     @include display-flex;
540
     @include align-items-center;
543
     @include align-items-center;
571
   @media only screen and (min-width: 768px) {
574
   @media only screen and (min-width: 768px) {
572
     width: 1600px;
575
     width: 1600px;
573
   }
576
   }
577
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
578
+    width: 1200px;
579
+  }
574
 }
580
 }
575
 .van-list {
581
 .van-list {
576
-  padding-top: 76px;
582
+  padding-top: 74px;
577
   background: #fff;
583
   background: #fff;
578
   min-height: calc(100vh - 1px);
584
   min-height: calc(100vh - 1px);
579
-  @media only screen and (min-width: 376px) and (max-width: 737px) {
585
+  @media only screen and (min-width: 376px) and (max-width: 414px) {
580
     padding-top: 80px !important;
586
     padding-top: 80px !important;
581
   }
587
   }
588
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
589
+    padding-top: 96px;
590
+  }
582
   @media only screen and (min-width: 768px) {
591
   @media only screen and (min-width: 768px) {
583
     padding-top: 120px !important;
592
     padding-top: 120px !important;
584
   }
593
   }

+ 5 - 5
src/styles/media.scss Zobrazit soubor

3
     font-size: 30px;
3
     font-size: 30px;
4
   }
4
   }
5
 }
5
 }
6
-// @media only screen and (min-width: 376px) and (max-width: 812px) {
7
-//   html {
8
-//     font-size: 36px;
9
-//   }
10
-// }
6
+@media only screen and (min-width: 415px) and (max-width: 767px) {
7
+  html {
8
+    font-size: 40px;
9
+  }
10
+}
11
 
11
 
12
 /* Medium devices (landscape tablets, 768px and up) */
12
 /* Medium devices (landscape tablets, 768px and up) */
13
 // @media only screen and (min-width: 800px) {
13
 // @media only screen and (min-width: 800px) {

+ 10 - 3
src/styles/style.scss Zobrazit soubor

98
         @media only screen and (min-width: 376px) and (max-width: 413px) {
98
         @media only screen and (min-width: 376px) and (max-width: 413px) {
99
           width: 4.2rem;
99
           width: 4.2rem;
100
         }
100
         }
101
-        @media only screen and (min-width: 415px) and (max-width: 737px) {
102
-          width: 7.6rem;
101
+        @media only screen and (min-width: 415px) and (max-width: 767px) {
102
+          width: 6rem;
103
+          font-size: 0.4rem;
103
         }
104
         }
104
         @media only screen and (min-width: 768px) {
105
         @media only screen and (min-width: 768px) {
105
           width: 6.6rem;
106
           width: 6.6rem;
485
         height: 14.8rem !important;
486
         height: 14.8rem !important;
486
       }
487
       }
487
       @media only screen and (min-width: 415px) and (max-width: 737px) {
488
       @media only screen and (min-width: 415px) and (max-width: 737px) {
488
-        height: 13.8rem !important;
489
+        height: 14.8rem !important;
489
       }
490
       }
490
       // @media only screen and (min-width: 666px) and (max-width: 737px) {
491
       // @media only screen and (min-width: 666px) and (max-width: 737px) {
491
       //   height: 8.8rem !important;
492
       //   height: 8.8rem !important;
576
 // 表单样式
577
 // 表单样式
577
 .table {
578
 .table {
578
   width: 1800px;
579
   width: 1800px;
580
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
581
+    width: 2800px;
582
+  }
579
   overflow: auto;
583
   overflow: auto;
580
   font-size: 0.45rem;
584
   font-size: 0.45rem;
581
   text-align: center;
585
   text-align: center;
916
   @media only screen and (min-width: 768px) {
920
   @media only screen and (min-width: 768px) {
917
     padding-top: 232px;
921
     padding-top: 232px;
918
   }
922
   }
923
+  @media only screen and (min-width: 415px) and (max-width: 767px) {
924
+    padding-top: 186px;
925
+  }
919
 }
926
 }
920
 #app {
927
 #app {
921
   -webkit-overflow-scrolling: touch;
928
   -webkit-overflow-scrolling: touch;