docs(bdleader中心): 修复文本显示问题
This commit is contained in:
parent
a04a54fbf0
commit
164e8cd785
@ -95,7 +95,7 @@
|
|||||||
"user": "User :",
|
"user": "User :",
|
||||||
"search_user": "Search user",
|
"search_user": "Search user",
|
||||||
"enter_user_id": "Please enter the user ID",
|
"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.",
|
"enter_recharge_amount": "Enter the amount of coins to be recharged to the user.",
|
||||||
"recharge_now": "Recharge now",
|
"recharge_now": "Recharge now",
|
||||||
"succeed": "Succeed",
|
"succeed": "Succeed",
|
||||||
|
|||||||
@ -181,18 +181,6 @@
|
|||||||
>
|
>
|
||||||
{{ t(tab.langKey) }}
|
{{ t(tab.langKey) }}
|
||||||
</button>
|
</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>
|
</div>
|
||||||
|
|
||||||
<!-- BD 标签内容 -->
|
<!-- BD 标签内容 -->
|
||||||
@ -215,10 +203,10 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div style="font-size: 0.8em; font-weight: 600">
|
<div style="font-size: 0.8em; font-weight: 600">
|
||||||
{{ t('team_recharge') }}: ${{ BDData.totalRecharge }}
|
{{ t('team_recharge') }}: ${{ BDData.totalRecharge || 0 }}
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size: 0.8em; font-weight: 600">
|
<div style="font-size: 0.8em; font-weight: 600">
|
||||||
{{ t('total_team_salary') }}: ${{ BDData.totalSalary }}
|
{{ t('total_team_salary') }}: ${{ BDData.totalSalary || 0 }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user