Browse Source

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

xiaoming_global 5 years ago
parent
commit
90eb62bf63

+ 10 - 7
src/pages/main/DetailsPage.vue View File

@@ -174,11 +174,11 @@ export default {
174 174
     @include justify-content-between;
175 175
     padding: 0.3rem 0.36rem;
176 176
     // border-bottom: 1px #e5e5e5 solid;
177
-    position: sticky;
177
+    position: fixed;
178 178
     top: 0;
179 179
     left: 0;
180 180
     right: 0;
181
-    z-index: 100 !important;
181
+    z-index: 100;
182 182
     background: #258ffc;
183 183
     @media only screen and (max-width: 320px) {
184 184
       display: -webkit-box;
@@ -191,6 +191,9 @@ export default {
191 191
       @media only screen and (min-width: 376px) and (max-width: 415px) {
192 192
         margin-right: 3.6rem;
193 193
       }
194
+      @media only screen and (min-width: 415px) and (max-width: 737px) {
195
+        margin-right: 6rem;
196
+      }
194 197
       @media only screen and (min-width: 768px) {
195 198
         margin-right: 4rem;
196 199
       }
@@ -222,11 +225,11 @@ export default {
222 225
     }
223 226
   }
224 227
   .Tab {
225
-    // padding-top: 63px;
226
-    // // padding-bottom: 0.25rem;
227
-    // @media only screen and (max-width: 812px) {
228
-    //   padding-top: 42px !important;
229
-    // }
228
+    padding-top: 63px;
229
+    // padding-bottom: 0.25rem;
230
+    @media only screen and (max-width: 812px) {
231
+      padding-top: 42px !important;
232
+    }
230 233
   }
231 234
 }
232 235
 .add {

+ 18 - 2
src/pages/main/DialysisArea.vue View File

@@ -61,9 +61,8 @@
61 61
             <span class="iconfont">&#xe74a;</span>
62 62
           </li>
63 63
 
64
-          <li @click="mypatient()">
64
+          <li @click="mypatient()" :class="newMypatient == 1 ? 'active' : ''">
65 65
             我的病人
66
-            <span class="iconfont">&#xe74a;</span>
67 66
           </li>
68 67
         </ul>
69 68
       </div>
@@ -123,6 +122,7 @@ import { Datetime } from "vux";
123 122
 import { parseTime } from "@/utils/index";
124 123
 import { getDialysisScheduals } from "@/api/dialysis";
125 124
 import { Toast } from "vant";
125
+import $ from "jquery";
126 126
 
127 127
 export default {
128 128
   name: "DialysisArea",
@@ -373,6 +373,7 @@ export default {
373 373
         schedule_date: this.selected_date,
374 374
         ismypatient: this.ismypatient
375 375
       });
376
+      this.newMypatient = 1;
376 377
     },
377 378
     reloads: function() {
378 379
       this.reload();
@@ -402,6 +403,7 @@ export default {
402 403
         schedule_date: this.selected_date,
403 404
         ismypatient: this.ismypatient
404 405
       });
406
+      this.newMypatient = 0;
405 407
     },
406 408
     handleScheduleDateChange: function(date) {
407 409
       if (!this.ismypatient) {
@@ -505,6 +507,7 @@ export default {
505 507
     },
506 508
     openPicker() {
507 509
       this.$refs.picker.open();
510
+      this.newMypatient = 0;
508 511
     }
509 512
     // getMyPatient () {
510 513
     //   console.log('这是啥', this.zone_options_visible)
@@ -552,6 +555,19 @@ export default {
552 555
         // }
553 556
       }
554 557
     }
558
+    .active {
559
+      position: relative;
560
+      &::before {
561
+        position: absolute;
562
+        bottom: 0;
563
+        left: 0;
564
+        width: 100%;
565
+        height: 2px;
566
+        background: $main-color;
567
+        // border-bottom: 0.04rem $main-color solid;
568
+        content: "";
569
+      }
570
+    }
555 571
   }
556 572
 }
557 573
 .stateBox {

+ 3 - 0
src/pages/main/dialog/new_order/select_advice_template_dialog.vue View File

@@ -261,6 +261,9 @@ export default {
261 261
   @media only screen and (max-width: 811px) {
262 262
     max-height: 11.8rem !important;
263 263
   }
264
+  @media only screen and (min-width: 415px) and (max-width: 737px) {
265
+    max-height: 14.8rem !important;
266
+  }
264 267
   ul {
265 268
     li {
266 269
       height: 1rem;

+ 7 - 1
src/pages/main/dialog/subMenu/checkBoxSubMenu.vue View File

@@ -139,6 +139,9 @@ export default {
139 139
   @media only screen and (max-width: 768px) {
140 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;
144
+  }
142 145
   @media only screen and (min-width: 666px) and (max-width: 737px) {
143 146
     max-height: 8rem;
144 147
     min-height: 7rem !important;
@@ -155,6 +158,9 @@ export default {
155 158
     @media only screen and (max-width: 768px) {
156 159
       max-height: 11.8rem !important;
157 160
     }
161
+    @media only screen and (min-width: 415px) and (max-width: 737px) {
162
+      max-height: 12.8rem !important;
163
+    }
158 164
     li {
159 165
       height: 1.2rem;
160 166
       line-height: 1.2rem;
@@ -191,7 +197,7 @@ export default {
191 197
     min-height: 8rem !important;
192 198
   }
193 199
   @media only screen and (max-width: 767px) {
194
-    max-height: 16rem !important;
200
+    max-height: 15rem !important;
195 201
     min-height: 8rem !important;
196 202
   }
197 203
   @media only screen and (min-width: 768px) {

+ 4 - 0
src/pages/main/today/detailsInfo.vue View File

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

+ 12 - 3
src/styles/style.scss View File

@@ -98,6 +98,9 @@ body {
98 98
         @media only screen and (min-width: 376px) and (max-width: 413px) {
99 99
           width: 4.2rem;
100 100
         }
101
+        @media only screen and (min-width: 415px) and (max-width: 737px) {
102
+          width: 7.6rem;
103
+        }
101 104
         @media only screen and (min-width: 768px) {
102 105
           width: 6.6rem;
103 106
         }
@@ -409,9 +412,9 @@ body {
409 412
   .Dialog {
410 413
     font-size: 0.36rem;
411 414
     width: 11.8rem;
412
-    // @media only screen and (min-width: 376px) and (max-width: 737px) {
413
-    //   width: 16.8rem !important;
414
-    // }
415
+    @media only screen and (min-width: 415px) and (max-width: 737px) {
416
+      width: 12.8rem !important;
417
+    }
415 418
     @media only screen and (min-width: 376px) and (max-width: 415px) {
416 419
       width: 10.8rem !important;
417 420
     }
@@ -481,6 +484,9 @@ body {
481 484
       @media only screen and (max-width: 415px) {
482 485
         height: 14.8rem !important;
483 486
       }
487
+      @media only screen and (min-width: 415px) and (max-width: 737px) {
488
+        height: 13.8rem !important;
489
+      }
484 490
       // @media only screen and (min-width: 666px) and (max-width: 737px) {
485 491
       //   height: 8.8rem !important;
486 492
       // }
@@ -490,6 +496,9 @@ body {
490 496
       @media only screen and (min-width: 768px) {
491 497
         height: 11.8rem !important;
492 498
       }
499
+      @media only screen and (min-width: 768px) {
500
+        height: 11.8rem !important;
501
+      }
493 502
       .item {
494 503
         padding: 0 0.32rem;
495 504
         border-bottom: 1px #e5e5e5 solid;