Commit 1070734f authored by liziwl's avatar liziwl
Browse files

refactor(ui): reorder map component and simplify refresh hint

Move `RealtimeMapv2` above the hint text and condense the Chinese/English refresh message for cleaner layout in the bus location tab.
parent d0d3d3b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,10 +13,10 @@
    <div class="tab-container">
      <!-- 第一个 div 根据 value 控制显示与隐藏 -->
      <div v-if="currentSelect === 'bus-location'">
        <RealtimeMapv2 v-if="showMapChart" />
        <div class="bus-location-hint" v-if="showMapChart">
          <b>位置每5秒自动刷新</b>Location refreshes automatically every 5 seconds.<br>
          <b>位置每5秒刷新</b> Location updates every 5s<br>
        </div>
        <RealtimeMapv2 v-if="showMapChart" />
        <!-- <BusETAdemo /> -->
        <!-- <BusChartVue /> -->
      </div>