Browse Source

样式优化

seimin 2 years ago
parent
commit
8b57ade392
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/detail/detail.vue

+ 2 - 1
pages/detail/detail.vue

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