seimin před 2 roky
rodič
revize
8b57ade392
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      pages/detail/detail.vue

+ 2 - 1
pages/detail/detail.vue

@@ -442,7 +442,7 @@
442 442
 
443 443
           .orderDetail_infoItem_header_title {
444 444
             color: #333;
445
-            flex: 1;
445
+            width: 8em;
446 446
             @include flex(flex-start, center);
447 447
 
448 448
             .icon {
@@ -468,6 +468,7 @@
468 468
           }
469 469
 
470 470
           .orderDetail_infoItem_header_more {
471
+            flex: 1;
471 472
             color: #333;
472 473
             font-weight: bold;
473 474
             font-size: 38rpx;