Browse Source

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

xiaoming_global 4 years ago
parent
commit
7613eea035
1 changed files with 14 additions and 12 deletions
  1. 14 12
      src/pages/main/dialog/modify_order/modify_order_form.vue

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

@@ -440,20 +440,22 @@ export default {
440 440
 </style>
441 441
 <style lang="scss">
442 442
 .content {
443
-  .cell {
444
-    .inputBox {
445
-      @media only screen and (max-width: 767px) {
446
-        padding: 10.6px 0 !important;
447
-        padding-left: 5px !important;
448
-        font-size: 0.42rem !important;
443
+  .newContent {
444
+    .cell {
445
+      .inputBox {
446
+        @media only screen and (max-width: 767px) {
447
+          padding: 10.6px 0 !important;
448
+          padding-left: 5px !important;
449
+          font-size: 0.42rem !important;
450
+        }
449 451
       }
450
-    }
451
-    .el-input__inner {
452
-      font-size: 0.42rem;
453
-    }
454
-    .is-disabled {
455 452
       .el-input__inner {
456
-        color: #999;
453
+        font-size: 0.42rem;
454
+      }
455
+      .is-disabled {
456
+        .el-input__inner {
457
+          color: #999;
458
+        }
457 459
       }
458 460
     }
459 461
   }