feat(cockpit): 在MapCenter组件中禁用顶部按钮
This commit is contained in:
parent
2a4e585e64
commit
f1f9e24d0a
@ -5,7 +5,7 @@
|
|||||||
<MapControls />
|
<MapControls />
|
||||||
</div>
|
</div>
|
||||||
<!-- 顶部功能按钮 -->
|
<!-- 顶部功能按钮 -->
|
||||||
<div class="top-buttons">
|
<!-- <div class="top-buttons">
|
||||||
<button
|
<button
|
||||||
v-for="button in topButtons"
|
v-for="button in topButtons"
|
||||||
:key="button.id"
|
:key="button.id"
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<img :src="button.icon" :alt="button.label" class="button-icon" />
|
<img :src="button.icon" :alt="button.label" class="button-icon" />
|
||||||
<span>{{ button.label }}</span>
|
<span>{{ button.label }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<!-- 地图标记点 (这里应该集成实际地图,现在用占位符) -->
|
<!-- 地图标记点 (这里应该集成实际地图,现在用占位符) -->
|
||||||
<!-- <div class="map-markers">
|
<!-- <div class="map-markers">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user