Browse Source

修改发票管理页面排版

shenjj 7 years ago
parent
commit
a60a1affd0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/mobile/order/details.vue

+ 2 - 2
pages/mobile/order/details.vue

@@ -302,11 +302,11 @@
             </div>
 
             <div class="invoiceList clearfix">
-              <div class="pull-left" :style="orderList.invoicetype === 1206 ? 'width: auto;text-align: left' : ''">收票人:</div>
+              <div class="pull-left" :style="orderList.invoicetype === 1206 ? '' : ''">收票人:</div>
               <div class="pull-left">{{invoiceAddress.name}}</div>
             </div>
             <div class="invoiceList clearfix">
-              <div class="pull-left" :style="orderList.invoicetype === 1206 ? 'width: auto;text-align: left' : ''">联系电话:</div>
+              <div class="pull-left" :style="orderList.invoicetype === 1206 ? '' : ''">联系电话:</div>
               <div class="pull-left">{{invoiceAddress.telephone}}</div>
             </div>
             <!--<div class="invoiceList clearfix" >-->