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 -->
|
||||
<img
|
||||
src="../assets/icon/help.png"
|
||||
src="../assets/icon/helpPurple.png"
|
||||
alt=""
|
||||
class="help-btn"
|
||||
@click.stop="goToInviteMembers"
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user