shish 1 месяц назад
Родитель
Сommit
182bc0dff6

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

@@ -121,14 +121,17 @@
 
                 <view class="box_6 flex-row" @click="settleAccounts(ghsInfo)" v-if="Number(ghsInfo.debtAmount) > 0">
                   <view class="show_clear_area flex-row justify-between">
-                    <text class="waite_clear_order">待结 {{ ghsInfo.debtNum }}笔 合计¥{{ ghsInfo.debtAmount ? parseFloat(ghsInfo.debtAmount) : 0 }} 查看明细 &gt;</text>
+                    <text class="waite_clear_order">
+                      待结 {{ ghsInfo.debtNum }}笔 合计¥{{ ghsInfo.debtAmount ? parseFloat(ghsInfo.debtAmount) : 0 }} 
+                      <text style="font-size: 26upx;margin-left:15upx;">查看明细 &gt;</text>
+                    </text>
                   </view>
                 </view>
 
                 <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)) }} 查看明细 &gt;
+                      待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}<text style="font-size: 26upx;margin-left:15upx;">查看明细 &gt;</text>
                     </text>
                   </view>
                 </view>
@@ -137,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) }} 去充值&gt;
+                      余额 ¥{{ parseFloat(ghsInfo.balance) }}<text style="font-size: 26upx;margin-left:15upx;">去充值 &gt;</text>
                     </text>
                   </view>
                 </view>

+ 1 - 1
hdApp/src/pagesPurchase/gathering.vue

@@ -272,7 +272,7 @@ export default {
 <style lang="scss" scoped>
 .custom-amount-btn {
   position: fixed;
-  top: 108upx;
+  top: 112upx;
   right: 24upx;
   z-index: 110;
   display: flex;