瀏覽代碼

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

xiaoming_global 5 年之前
父節點
當前提交
bfe1594596
共有 3 個文件被更改,包括 15 次插入0 次删除
  1. 4 0
      src/pages/main/add_urgent_schedule.vue
  2. 7 0
      src/pages/main/dialog/subMenu/checkBoxSubMenu.vue
  3. 4 0
      src/styles/style.scss

+ 4 - 0
src/pages/main/add_urgent_schedule.vue 查看文件

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

+ 7 - 0
src/pages/main/dialog/subMenu/checkBoxSubMenu.vue 查看文件

168
       padding: 0 0.38rem;
168
       padding: 0 0.38rem;
169
       font-size: 0.45rem;
169
       font-size: 0.45rem;
170
       color: $title-color;
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
     .tick {
176
     .tick {
173
       position: relative;
177
       position: relative;
210
   ul {
214
   ul {
211
     li {
215
     li {
212
       line-height: 1.2rem;
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 查看文件

513
           height: 1.2rem;
513
           height: 1.2rem;
514
           line-height: 1.2rem;
514
           line-height: 1.2rem;
515
           color: $title-color;
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
         .content {
521
         .content {
518
           @include flex;
522
           @include flex;