Ver código fonte

修改样式1

See999 5 anos atrás
pai
commit
845a355064

+ 20 - 20
src/pages/advice/AdvicePage.vue Ver arquivo

145
     min-width: 60px !important;
145
     min-width: 60px !important;
146
   }
146
   }
147
 }
147
 }
148
+</style>
149
+
150
+<style lang="scss">
148
 .newSearch {
151
 .newSearch {
149
   height: 1rem;
152
   height: 1rem;
150
   width: 100%;
153
   width: 100%;
159
     font-size: 0.45rem;
162
     font-size: 0.45rem;
160
     color: #258ffc;
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
 </style>
183
 </style>

+ 3 - 3
src/pages/main/DialysisArea.vue Ver arquivo

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

+ 1 - 1
src/pages/main/RecordPage.vue Ver arquivo

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

+ 13 - 11
src/pages/main/dialysis/CheckTab.vue Ver arquivo

185
     transform: translateX(75.25px) !important;
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
 </style>
202
 </style>

+ 18 - 17
src/pages/monitoring/index.vue Ver arquivo

617
     font-size: 0.45rem;
617
     font-size: 0.45rem;
618
     color: #258ffc;
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
 .monitoringTable {
639
 .monitoringTable {
639
   .newTable {
640
   .newTable {
640
     margin-top: 80px;
641
     margin-top: 80px;