吉安感知网项目-前端
shuishen
7 days ago 6e88705bd5b443a259b24c17c8a299765d059d96
applications/drone-command/src/views/dataCockpit/components/CenterContainer.vue
@@ -25,7 +25,7 @@
         <div class="list">
            <div class="item" v-for="(item, ind) in equipmentList" :key="ind">
               <div class="val" :class="{highlight: item.isHighlight}" @click="equipmentClick(item.isHighlight)">
               <div class="val" :class="{ highlight: item.isHighlight }" @click="equipmentClick(item.isHighlight)">
                  {{ item.value }}
               </div>
@@ -153,14 +153,29 @@
   .left-box,
   .right-box {
      position: relative;
      padding: 17px 20px;
      display: flex;
      align-items: center;
      height: 100px;
      background: #05050F;
      background: rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
      border-radius: 16px 16px 16px 16px;
      pointer-events: auto;
      &::after {
         content: '';
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: -1;
         background: rgba(17, 23, 34, 0.56);
         backdrop-filter: blur(2px);
         border-radius: 16px 16px 16px 16px;
      }
      .logo {
         img {
@@ -193,7 +208,7 @@
            }
            .val {
               font-family: Source Han Sans CN, Source Han Sans CN;
               font-family: DinAB;
               font-weight: bold;
               font-size: 30px;
               text-align: left;