feat(帮助按钮): 更新图源

This commit is contained in:
hzj 2025-12-01 11:27:53 +08:00
parent fcb8e98745
commit fe19e57e80
10 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -13,7 +13,7 @@
<!-- 帮助按钮 -->
<img
v-smart-img
:src="images.help"
src="../../../../assets/icon/helpAct.png"
alt=""
style="display: block; position: relative; width: 10%; margin-right: 8px"
@click="maskLayerShow = true"

View File

@ -9,7 +9,7 @@
<div style="margin-top: 80vw; display: flex; justify-content: flex-end; align-items: center">
<!-- 帮助按钮 -->
<img
:src="images.help"
src="../../../../assets/icon/helpAct.png"
alt=""
style="display: block; position: relative; width: 10%; margin-right: 8px"
@click="maskLayerShow = true"

View File

@ -9,7 +9,7 @@
<div style="display: flex; justify-content: flex-end; align-items: center">
<!-- 帮助按钮 -->
<img
:src="images.help"
src="../../../assets/icon/helpAct.png"
alt=""
style="
display: block;

View File

@ -9,7 +9,7 @@
<div style="margin-top: 80vw; display: flex; justify-content: flex-end; align-items: center">
<!-- 帮助按钮 -->
<img
:src="images.help"
src="../../../assets/icon/helpAct.png"
alt=""
style="display: block; position: relative; width: 10%; margin-right: 8px"
@click="maskLayerShow = true"

View File

@ -6,7 +6,7 @@
<!-- 帮助按钮 -->
<img
v-smart-img
:src="images.help"
src="../../../assets/icon/helpAct.png"
alt=""
style="width: 10%; position: absolute; top: 48px; right: 8px; z-index: 4"
@click="helpInfoShow = true"