优化个人中心提现管理界面样式

This commit is contained in:
wangqiao
2025-09-15 21:34:05 +08:00
parent ce3aab1c76
commit 4b36bc2e06
2 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,9 @@
<!-- 组件 -->
<PayRecords></PayRecords>
</el-tab-pane>
<el-tab-pane label="提现管理" name="withdraw"></el-tab-pane>
<el-tab-pane label="提现管理" name="withdraw">
<div class="text-center color-#999 pa-10px">暂无数据</div>
</el-tab-pane>
</el-tabs>
<!-- <div class="date-filter">
<span>当前时期</span>
@ -63,7 +65,7 @@
<style scoped>
.account-balance {
width: 913px;
min-height: 100vh;
/* min-height: 100vh; */
background: #ffffff;
}