feat: 静态图源更新

This commit is contained in:
hzj 2025-10-13 12:00:31 +08:00
parent f7829e51df
commit cc587a03f8
4 changed files with 3 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -127,7 +127,7 @@
<!-- help -->
<img
src="../assets/icon/help.png"
src="../assets/icon/helpPurple.png"
alt=""
class="help-btn"
@click.stop="goToInviteMembers"

View File

@ -21,7 +21,7 @@
<div>History Salary</div>
<div style="font-weight: 600">${{ totalSalary }}</div>
</div>
<div class="info-btn" @click="showHelpInfo">?</div>
<img src="../assets/icon/help.png" alt="" class="info-btn" @click.stop="showHelpInfo" />
</div>
<!-- 工作报告 -->
@ -524,18 +524,8 @@ onMounted(async () => {
}
.info-btn {
padding: 5px;
height: 10%;
width: 16px;
aspect-ratio: 1/1;
border-radius: 50%;
border: 1px solid black;
font-weight: 600;
color: black;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
}