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