feat(cockpit): 在MapCenter组件中禁用顶部按钮
This commit is contained in:
parent
2a4e585e64
commit
f1f9e24d0a
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user