docs(bdleader中心): 修复文本显示问题

This commit is contained in:
hzj 2025-11-14 18:34:19 +08:00
parent a04a54fbf0
commit 164e8cd785
2 changed files with 3 additions and 15 deletions

View File

@ -95,7 +95,7 @@
"user": "User ",
"search_user": "Search user",
"enter_user_id": "Please enter the user ID",
"recharge": "Recharge ",
"recharge": "Recharge",
"enter_recharge_amount": "Enter the amount of coins to be recharged to the user.",
"recharge_now": "Recharge now",
"succeed": "Succeed",

View File

@ -181,18 +181,6 @@
>
{{ t(tab.langKey) }}
</button>
<!-- 移动下划线 -->
<!-- <div
:style="{
position: 'absolute',
bottom: '0',
height: '2px',
background: '#8B5CF6',
transition: 'all 0.3s ease',
width: `${100 / tabs.length}%`,
left: `${(activeTab - 1) * (100 / tabs.length)}%`,
}"
></div> -->
</div>
<!-- BD 标签内容 -->
@ -215,10 +203,10 @@
"
>
<div style="font-size: 0.8em; font-weight: 600">
{{ t('team_recharge') }}: ${{ BDData.totalRecharge }}
{{ t('team_recharge') }}: ${{ BDData.totalRecharge || 0 }}
</div>
<div style="font-size: 0.8em; font-weight: 600">
{{ t('total_team_salary') }}: ${{ BDData.totalSalary }}
{{ t('total_team_salary') }}: ${{ BDData.totalSalary || 0 }}
</div>
</div>