You need to sign in or sign up before continuing.

Commit 32adc05f017749574c251686c9a1a8b8387106be

Authored by gesilong
1 parent ac5a2cf6

commit: 优化上传文件文字间隔

... ... @@ -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
... ...