chore(代理中心): 将帮助按钮样式直接替换成图片

This commit is contained in:
hzj 2025-12-03 14:47:41 +08:00
parent a20b6235ff
commit f4cea451ba

View File

@ -26,24 +26,13 @@
<div>{{ t('history_team_income') }}</div>
<div style="font-weight: 600">${{ totalIncome }}</div>
</div>
<div
style="
padding: 5px;
height: 10%;
aspect-ratio: 1/1;
border-radius: 50%;
border: 1px solid black;
font-weight: 600;
color: black;
display: flex;
align-items: center;
justify-content: center;
"
<!-- help -->
<img
src="../../assets/icon/help.png"
alt=""
style="display: block; width: 1.8em; object-fit: cover"
@click="showHelpInfo"
>
?
</div>
/>
</div>
<!-- 工作报告 -->