forked from drone/command-center-dashboard

罗广辉
2025-03-31 63b869264fb32b9dd837baa643578caa08aff595
src/views/Home/useUavHome/MapPopUpBox.vue
File was renamed from src/views/Home/MapPopUpBox.vue
@@ -15,7 +15,7 @@
  <div class="mapPopUpBox">
    <div class="header">
      <div class="headerLeft">
        <img class="header-image" src="@/assets/images/home/MapPopUpBox/titleImg.png" alt="" />
        <img class="header-image" src="../../../assets/images/home/mapPopUpBox/titleImg.png" alt="" />
        <div class="header-title">安义县机场</div>
      </div>
      <el-icon class="header-close" @click="props.removeLabel">
@@ -46,7 +46,7 @@
.mapPopUpBox {
  width: 418px;
  height: 240px;
  background: url('@/assets/images/home/MapPopUpBox/mapPopUpBg.png') no-repeat center / 100% 100%;
  background: url('@/assets/images/home/mapPopUpBox/mapPopUpBg.png') no-repeat center / 100% 100%;
  padding-left: 98px;
  .header {
@@ -76,6 +76,10 @@
      background: linear-gradient(180deg, #ffffff 41%, #35d0ff 86%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -moz-background-clip: text;
      -moz-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      margin-left: 4px;
    }
@@ -137,7 +141,7 @@
    .status-item {
      width: 66px;
      height: 54px;
      background: url('@/assets/images/home/MapPopUpBox/itembg.png') no-repeat center / 100% 100%;
      background: url('@/assets/images/home/mapPopUpBox/itembg.png') no-repeat center / 100% 100%;
      text-align: center;
      .status-value {