```在用户余额界面添加卡片视图,增强布局的视觉吸引力

```
master
wxy 2024-08-25 09:36:18 +08:00
parent fe4de82d23
commit aa5edcd52d
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
<template>
<div>
<el-card style="margin-top: 50px;">
<h1>用户余额</h1>
<p>余额{{ userBalanceData.userBalance || '加载中...' }}</p>
</el-card>
</div>
</template>
<script>
import { userBalance } from "@/api/system/user"; // userBalance@/api/money