Browse Source

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

xiaoming_global 5 years ago
parent
commit
d9d109125e

+ 20 - 20
src/pages/advice/AdvicePage.vue View File

@@ -145,6 +145,9 @@ export default {
145 145
     min-width: 60px !important;
146 146
   }
147 147
 }
148
+</style>
149
+
150
+<style lang="scss">
148 151
 .newSearch {
149 152
   height: 1rem;
150 153
   width: 100%;
@@ -159,25 +162,22 @@ export default {
159 162
     font-size: 0.45rem;
160 163
     color: #258ffc;
161 164
   }
162
-}
163
-</style>
164
-
165
-<style lang="scss">
166
-.el-input {
167
-  height: 100%;
168
-  width: 85%;
169
-  float: left;
170
-}
171
-.el-input__inner {
172
-  height: 100%;
173
-  line-height: 1rem;
174
-  width: 100%;
175
-  border-radius: 30px;
176
-  border: none;
177
-  font-size: 0.45rem;
178
-}
179
-.el-input__icon {
180
-  line-height: 1rem;
181
-  font-size: 0.45rem;
165
+  .el-input {
166
+    height: 100%;
167
+    width: 85% !important;
168
+    float: left;
169
+  }
170
+  .el-input__inner {
171
+    height: 100%;
172
+    line-height: 1rem;
173
+    width: 100%;
174
+    border-radius: 30px;
175
+    border: none;
176
+    font-size: 0.45rem;
177
+  }
178
+  .el-input__icon {
179
+    line-height: 1rem;
180
+    font-size: 0.45rem;
181
+  }
182 182
 }
183 183
 </style>

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

@@ -457,8 +457,8 @@ export default {
457 457
   border-bottom: 1px #e5e5e5 solid;
458 458
   position: fixed;
459 459
   top: 98px;
460
-  @media only screen and (min-width: 768px){
461
-    top:163px;
460
+  @media only screen and (min-width: 768px) {
461
+    top: 163px;
462 462
   }
463 463
   // @media only screen and (min-width: 813px) and (max-width: 1024px) {
464 464
   //   top: 130px;
@@ -525,7 +525,7 @@ export default {
525 525
 .mint-datetime-action {
526 526
   line-height: 60px;
527 527
   font-size: 0.45rem;
528
-  @media only screen and (max-width: 812px) {
528
+  @media only screen and (max-width: 768px) {
529 529
     line-height: 40px !important;
530 530
   }
531 531
 }

+ 1 - 1
src/pages/main/RecordPage.vue View File

@@ -341,7 +341,7 @@ export default {
341 341
 <style lang="scss">
342 342
 .newInput {
343 343
   height: 100%;
344
-  width: 85%;
344
+  width: 85% !important;
345 345
   float: left;
346 346
   .el-input__inner {
347 347
     height: 100%;

+ 13 - 11
src/pages/main/dialysis/CheckTab.vue View File

@@ -185,16 +185,18 @@ export default {
185 185
     transform: translateX(75.25px) !important;
186 186
   }
187 187
 }
188
-.van-tabs {
189
-  height: 1rem;
190
-}
191
-.van-tabs--line .van-tabs__wrap {
192
-  height: 1rem;
193
-}
194
-.van-tabs--line {
195
-  padding-top: 1rem;
196
-}
197
-.van-tab {
198
-  line-height: 1rem;
188
+.nav {
189
+  .van-tabs {
190
+    height: 1rem !important;
191
+  }
192
+  .van-tabs--line .van-tabs__wrap {
193
+    height: 1rem !important;
194
+  }
195
+  .van-tabs--line {
196
+    padding-top: 1rem !important;
197
+  }
198
+  .van-tab {
199
+    line-height: 1rem !important;
200
+  }
199 201
 }
200 202
 </style>

+ 18 - 17
src/pages/monitoring/index.vue View File

@@ -617,24 +617,25 @@ export default {
617 617
     font-size: 0.45rem;
618 618
     color: #258ffc;
619 619
   }
620
+  .el-input {
621
+    height: 100%;
622
+    width: 85% !important;
623
+    float: left;
624
+  }
625
+  .el-input__inner {
626
+    height: 100%;
627
+    line-height: 1rem;
628
+    width: 100%;
629
+    border-radius: 30px;
630
+    border: none;
631
+    font-size: 0.45rem;
632
+  }
633
+  .el-input__icon {
634
+    line-height: 1rem;
635
+    font-size: 0.45rem;
636
+  }
620 637
 }
621
-.el-input {
622
-  height: 100%;
623
-  width: 85%;
624
-  float: left;
625
-}
626
-.el-input__inner {
627
-  height: 100%;
628
-  line-height: 1rem;
629
-  width: 100%;
630
-  border-radius: 30px;
631
-  border: none;
632
-  font-size: 0.45rem;
633
-}
634
-.el-input__icon {
635
-  line-height: 1rem;
636
-  font-size: 0.45rem;
637
-}
638
+
638 639
 .monitoringTable {
639 640
   .newTable {
640 641
     margin-top: 80px;