shish 4 years ago
parent
commit
6e95e4f8ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hdPad/src/pages/home/components/workInfo.vue

+ 1 - 1
hdPad/src/pages/home/components/workInfo.vue

@@ -18,7 +18,7 @@
           </text>
           </text>
         </view>
         </view>
         <view v-if="!$util.isEmpty(orderInfo.remark)" style="height:35upx;">
         <view v-if="!$util.isEmpty(orderInfo.remark)" style="height:35upx;">
-          <text class="right" style="color:red;font-weight:bold;width:190upx;">{{orderInfo.remark}}</text>
+          <text class="right" style="color:red;font-weight:bold;width:190upx;text-align:right;">{{orderInfo.remark}}</text>
         </view>
         </view>
         <view v-if="Number(orderInfo.orderPrice)>0">
         <view v-if="Number(orderInfo.orderPrice)>0">
           <text class="left">订单金额</text>
           <text class="left">订单金额</text>