feat: 在地图工具栏中为定位按钮添加图标,提升用户界面友好性

This commit is contained in:
xudan 2025-09-29 11:19:45 +08:00
parent 3065abf7dd
commit 409ca64337
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

View File

@ -148,7 +148,9 @@ defineOptions({
<a-button class="icon-btn tool-btn" size="small" :title="'缩小'" @click="zoomOut">
<img src="/src/assets/icons/png/shrink.png" alt="缩小" class="toolbar-icon" />
</a-button>
<a-button class="icon-btn tool-btn" size="small" :title="'定位'" @click="locateCenter"> 定位 </a-button>
<a-button class="icon-btn tool-btn" size="small" :title="'定位'" @click="locateCenter">
<img src="/src/assets/icons/png/fullScreenEnter.png" alt="定位" class="toolbar-icon" />
</a-button>
<a-button
class="icon-btn tool-btn"
size="small"