@@ -11,7 +11,7 @@
{{ userAccount?.balance && userAccount?.balance > 0 ? (userAccount?.balance / 100.0).toFixed(2) : 0 }}
<span
class="text-decoration-underline cursor-pointer"
- style="color: #666; font-size: 13px;"
+ style="color: #666; font-size: 16px;"
@click="handleRecharge"
>充值</span>
</div>