Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

zhanghui 2 lat temu
rodzic
commit
898ad15bee
2 zmienionych plików z 10 dodań i 4 usunięć
  1. 1 1
      orderPages/orderDetail/index.vue
  2. 9 3
      pages/index/index.vue

+ 1 - 1
orderPages/orderDetail/index.vue

@@ -139,7 +139,7 @@
 
             <view class="bottomHeight"></view>
 
-            <view class="bottom1 flex-col"  v-if="order.orderStatus == 1 ">
+            <view class="bottom1 flex-col"  v-if="order.orderStatus == 6 ">
                 <text class="allMoney"></text>
                 <view class="bottomBtn flex-row justify-between">
                     <view class=" flex-row">

+ 9 - 3
pages/index/index.vue

@@ -741,11 +741,11 @@ export default {
           }
 
           .adress {
-            font-size: 11px;
+            font-size: 22rpx;
             white-space: nowrap;
             overflow: hidden;
             text-overflow: ellipsis;
-            padding-left: 40px;
+            padding-left: 80rpx;
             color: #666;
           }
         }
@@ -930,7 +930,13 @@ export default {
           }
 
           .adress {
-            font-size: 14px;
+            font-size: 28rpx;
+            line-height: 36rpx;
+            -webkit-box-orient: vertical;
+            -webkit-line-clamp:1 ;
+            white-space: nowrap;
+            overflow: hidden;
+            text-overflow: ellipsis;
             color: #666;
           }