Browse Source

修改样式

See999 4 years ago
parent
commit
7964536f16

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

@@ -392,8 +392,8 @@ export default {
392 392
   .cell {
393 393
     float: left;
394 394
     width: 4.5rem;
395
+
395 396
     margin: 0.35rem 0.3rem 0.1rem 0.4rem;
396
-    padding-bottom: 3px;
397 397
     label {
398 398
       display: block;
399 399
       height: 0.9rem;
@@ -442,6 +442,9 @@ export default {
442 442
 .content {
443 443
   .newContent {
444 444
     .cell {
445
+      @media only screen and (max-width: 415px) {
446
+        height: 2.4rem;
447
+      }
445 448
       .inputBox {
446 449
         @media only screen and (max-width: 767px) {
447 450
           padding: 10.6px 0 !important;

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

@@ -430,7 +430,6 @@ export default {
430 430
     float: left;
431 431
     width: 4.5rem;
432 432
     margin: 0.35rem 0.3rem 0.1rem 0.4rem;
433
-    padding-bottom: 3px;
434 433
     label {
435 434
       display: block;
436 435
       height: 0.9rem;
@@ -478,6 +477,9 @@ export default {
478 477
     overflow: hidden;
479 478
   }
480 479
   .cell {
480
+    @media only screen and (max-width: 415px) {
481
+      height: 2.4rem;
482
+    }
481 483
     .inputBox {
482 484
       @media only screen and (max-width: 767px) {
483 485
         padding: 0.34rem 0 !important;