feat(cockpit): 在MapCenter组件中禁用顶部按钮

This commit is contained in:
Zzc 2025-11-13 17:59:11 +08:00
parent 2a4e585e64
commit f1f9e24d0a

View File

@ -5,7 +5,7 @@
<MapControls />
</div>
<!-- 顶部功能按钮 -->
<div class="top-buttons">
<!-- <div class="top-buttons">
<button
v-for="button in topButtons"
:key="button.id"
@ -15,7 +15,7 @@
<img :src="button.icon" :alt="button.label" class="button-icon" />
<span>{{ button.label }}</span>
</button>
</div>
</div> -->
<!-- 地图标记点 (这里应该集成实际地图现在用占位符) -->
<!-- <div class="map-markers">