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
bfe1594596

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

@@ -633,6 +633,10 @@ export default {
633 633
   .el-input__inner {
634 634
     border-radius: 30px;
635 635
     font-size: 0.4rem;
636
+    @media only screen and (max-width: 767px) {
637
+      height: 1.4rem;
638
+      line-height: 1.4rem;
639
+    }
636 640
     @media only screen and (min-width: 768px) {
637 641
       height: 1.2rem;
638 642
       line-height: 1.2rem;

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

@@ -168,6 +168,10 @@ export default {
168 168
       padding: 0 0.38rem;
169 169
       font-size: 0.45rem;
170 170
       color: $title-color;
171
+      @media only screen and (max-width: 767px) {
172
+        height: 1.4rem;
173
+        line-height: 1.4rem;
174
+      }
171 175
     }
172 176
     .tick {
173 177
       position: relative;
@@ -210,6 +214,9 @@ export default {
210 214
   ul {
211 215
     li {
212 216
       line-height: 1.2rem;
217
+      @media only screen and (max-width: 767px) {
218
+        line-height: 1.4rem;
219
+      }
213 220
     }
214 221
   }
215 222
 }

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

@@ -513,6 +513,10 @@ body {
513 513
           height: 1.2rem;
514 514
           line-height: 1.2rem;
515 515
           color: $title-color;
516
+          @media only screen and (max-width: 767px) {
517
+            height: 1.4rem;
518
+            line-height: 1.4rem;
519
+          }
516 520
         }
517 521
         .content {
518 522
           @include flex;