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
ff6c539fa0

+ 1 - 1
src/pages/main/dialog/modify_order/modify_order_form.vue View File

@@ -449,7 +449,7 @@ export default {
449 449
       @media only screen and (max-width: 767px) {
450 450
         padding: 0.34rem 0 !important;
451 451
         padding-left: 5px !important;
452
-        font-size: 0.45rem !important;
452
+        font-size: 0.42rem !important;
453 453
       }
454 454
     }
455 455
     .el-input__inner {

+ 1 - 1
src/pages/main/dialog/new_order/order_form.vue View File

@@ -494,7 +494,7 @@ export default {
494 494
       @media only screen and (max-width: 767px) {
495 495
         padding: 0.38rem 0 !important;
496 496
         padding-left: 5px !important;
497
-        font-size: 0.45rem !important;
497
+        font-size: 0.42rem !important;
498 498
       }
499 499
     }
500 500
     .el-input__inner {