feat: 静态图源更新
This commit is contained in:
parent
f7829e51df
commit
cc587a03f8
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/icon/helpPurple.png
Normal file
BIN
src/assets/icon/helpPurple.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@ -127,7 +127,7 @@
|
|||||||
|
|
||||||
<!-- help -->
|
<!-- help -->
|
||||||
<img
|
<img
|
||||||
src="../assets/icon/help.png"
|
src="../assets/icon/helpPurple.png"
|
||||||
alt=""
|
alt=""
|
||||||
class="help-btn"
|
class="help-btn"
|
||||||
@click.stop="goToInviteMembers"
|
@click.stop="goToInviteMembers"
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<div>History Salary</div>
|
<div>History Salary</div>
|
||||||
<div style="font-weight: 600">${{ totalSalary }}</div>
|
<div style="font-weight: 600">${{ totalSalary }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="info-btn" @click="showHelpInfo">?</div>
|
<img src="../assets/icon/help.png" alt="" class="info-btn" @click.stop="showHelpInfo" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 工作报告 -->
|
<!-- 工作报告 -->
|
||||||
@ -524,18 +524,8 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.info-btn {
|
.info-btn {
|
||||||
padding: 5px;
|
width: 16px;
|
||||||
height: 10%;
|
|
||||||
aspect-ratio: 1/1;
|
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;
|
transition: all 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user