feat: 在地图工具栏中为定位按钮添加图标,提升用户界面友好性
This commit is contained in:
parent
3065abf7dd
commit
409ca64337
BIN
src/assets/icons/png/fullScreenEnter.png
Normal file
BIN
src/assets/icons/png/fullScreenEnter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 783 B |
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user