Commit 36f34c21dd7ae6164d65d99a3fe3a94efe730caf

Authored by 史婷婷
2 parents 6a89e0bf 32adc05f

Merge branch 'cjerp-1.0_shipping' of http://gitlab.qgutech.com/zhuyuanliang/erp-…

…mobile into cjerp-1.0_shipping
... ... @@ -545,4 +545,7 @@ export default {
545 545 color: rgba(0, 0, 0, 0.6);
546 546 font-size: 32rpx;
547 547 }
  548 +.upload-row {
  549 + margin-top: 20rpx;
  550 +}
548 551 </style>
\ No newline at end of file
... ...
... ... @@ -631,4 +631,7 @@ export default {
631 631 color: rgba(0, 0, 0, 0.6);
632 632 font-size: 32rpx;
633 633 }
  634 +.upload-row {
  635 + margin-top: 20rpx;
  636 +}
634 637 </style>
\ No newline at end of file
... ...
... ... @@ -645,4 +645,7 @@ export default {
645 645 color: rgba(0, 0, 0, 0.6);
646 646 font-size: 32rpx;
647 647 }
  648 +.upload-row {
  649 + margin-top: 20rpx;
  650 +}
648 651 </style>
\ No newline at end of file
... ...
... ... @@ -515,4 +515,7 @@ export default {
515 515 color: rgba(0, 0, 0, 0.6);
516 516 font-size: 32rpx;
517 517 }
  518 +.upload-row {
  519 + margin-top: 20rpx;
  520 +}
518 521 </style>
\ No newline at end of file
... ...
... ... @@ -544,4 +544,7 @@ export default {
544 544 background: $theme-primary;
545 545 color: #fff;
546 546 }
  547 +.upload-row {
  548 + margin-top: 20rpx;
  549 +}
547 550 </style>
... ...
... ... @@ -595,4 +595,7 @@ export default {
595 595 color: rgba(0, 0, 0, 0.6);
596 596 font-size: 32rpx;
597 597 }
  598 +.upload-row {
  599 + margin-top: 20rpx;
  600 +}
598 601 </style>
... ...
... ... @@ -628,4 +628,7 @@ export default {
628 628 color: rgba(0, 0, 0, 0.6);
629 629 font-size: 32rpx;
630 630 }
  631 +.upload-row {
  632 + margin-top: 20rpx;
  633 +}
631 634 </style>
\ No newline at end of file
... ...