Răsfoiți Sursa

配送地址

shish 3 luni în urmă
părinte
comite
2bea59993f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      ghsApp/src/admin/order/orderListByDist.vue

+ 1 - 1
ghsApp/src/admin/order/orderListByDist.vue

@@ -19,7 +19,7 @@
           <view class="custom-row" v-for="customItem in distItem.orderList" :key="customItem.id" @click="goToDetail(customItem.id)">
             <text class="col-name">{{ customItem.name }}</text>
             <text class="col-phone">{{ customItem.phone }}</text>
-            <text class="col-address">{{ customItem.address }}</text>
+            <text class="col-address" style="font-size:26upx;">{{ customItem.address }}</text>
           </view>
         </view>
       </block>