shish 1 ヶ月 前
コミット
b903ca081c
1 ファイル変更3 行追加3 行削除
  1. 3 3
      hdApp/src/admin/home/components/purchase-ghs-panel.vue

+ 3 - 3
hdApp/src/admin/home/components/purchase-ghs-panel.vue

@@ -123,7 +123,7 @@
                   <view class="show_clear_area flex-row justify-between">
                     <text class="waite_clear_order">
                       待结 {{ ghsInfo.debtNum }}笔 合计¥{{ ghsInfo.debtAmount ? parseFloat(ghsInfo.debtAmount) : 0 }} 
-                      <text style="font-size: 26upx;margin-left:15upx;">查看明细 &gt;</text>
+                      <text style="font-size: 28upx;margin-left:18upx;">查看明细 &gt;</text>
                     </text>
                   </view>
                 </view>
@@ -131,7 +131,7 @@
                 <view class="box_6 flex-row box_6--settle" v-if="Number(ghsInfo.balance) < 0">
                   <view class="show_clear_area flex-row justify-between show_clear_area--inline-settle">
                     <text class="waite_clear_order" @click.stop="settleAccounts(ghsInfo)">
-                      待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 26upx;margin-left:15upx;">查看明细 &gt;</text>
+                      待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 28upx;margin-left:18upx;">查看明细 &gt;</text>
                     </text>
                   </view>
                 </view>
@@ -140,7 +140,7 @@
                   @click.stop="recharge(ghsInfo)">
                   <view class="show_clear_area flex-row justify-between">
                     <text class="waite_clear_order waite_clear_order--blue">
-                      余额 ¥{{ parseFloat(ghsInfo.balance) }}<text style="font-size: 26upx;margin-left:15upx;">去充值 &gt;</text>
+                      余额 ¥{{ parseFloat(ghsInfo.balance) }}<text style="font-size: 28upx;margin-left:18upx;">去充值 &gt;</text>
                     </text>
                   </view>
                 </view>