吉安感知网项目-前端
罗广辉
2026-02-09 1dceb117970cfc19f4f41d9687267033571604d3
applications/drone-command/src/views/dataCockpit/components/SceneDeployment.vue
@@ -59,6 +59,8 @@
               </div>
               <div class="row">
                  <span class="label">有效时间</span>
               </div>
               <div class="row">
                  <span class="value">{{ formatTimeRange(item.effectiveDateStart, item.effectiveDateEnd) }}</span>
               </div>
            </div>
@@ -290,7 +292,6 @@
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
@@ -301,15 +302,27 @@
      text-transform: none;
      .row {
         margin-top: 10px;
         line-height: 22px;
         .label {
            margin-right: 10px;
            color: #D4D5D7;
         }
         &:first-child {
            margin-top: 0;
         }
         &:last-child {
            margin-top: 0;
         }
      }
      .rows {
         margin-top: 10px;
         display: flex;
         .col {