shish hace 3 meses
padre
commit
477965a26e
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      mallApp/src/pages/home/recent.vue

+ 5 - 5
mallApp/src/pages/home/recent.vue

@@ -147,7 +147,7 @@
               <view class="balance-item" @click.stop="recharge(item)" v-if="item.balance > 0" >
                 <text class="balance-label">可用余额</text>
                 <text class="balance-amount positive" >¥{{ parseFloat(item.balance) }}</text >
-                <text class="balance-action">去充值</text>
+                <text class="balance-action">查看</text>
               </view>
             </view>
 
@@ -826,12 +826,12 @@ page {
       border-radius: 12upx;
 
       .balance-label {
-        font-size: 32upx;
+        font-size: 38upx;
         color: #666;
       }
 
       .balance-amount {
-        font-size: 34upx;
+        font-size: 38upx;
         font-weight: 600;
 
         &.negative {
@@ -844,13 +844,13 @@ page {
       }
 
       .balance-action {
-        font-size: 34upx;
+        font-size: 38upx;
         color: #667eea;
         text-decoration: underline;
         font-weight: bold;
       }
       .balance-action-2 {
-        font-size: 34upx;
+        font-size: 38upx;
         color: #ff4757;
         text-decoration: underline;
         font-weight: bold;