吉安感知网项目-前端
shuishen
2026-01-19 b959116303a4b196fc1044a831e92d75e4c97604
feat:细节调整
4 files modified
19 ■■■■■ changed files
applications/drone-command/src/components/map-container/device-map-container.vue 5 ●●●●● patch | view | raw | blame | history
applications/drone-command/src/styles/common/cockpit.scss 4 ●●●● patch | view | raw | blame | history
applications/drone-command/src/views/dataCockpit/components/LeftContainer.vue 2 ●●● patch | view | raw | blame | history
applications/drone-command/src/views/dataCockpit/components/templateComponents/HistoryTemplate.vue 8 ●●●● patch | view | raw | blame | history
applications/drone-command/src/components/map-container/device-map-container.vue
@@ -496,11 +496,10 @@
                style: Cesium.LabelStyle.FILL_AND_OUTLINE,
                verticalOrigin: Cesium.VerticalOrigin.CENTER,
                horizontalOrigin: Cesium.HorizontalOrigin.CENTER,
                font: '12pt Source Han Sans CN',
                font: '11pt Source Han Sans CN',
                eyeOffset: new Cesium.Cartesian3(0, 0, -20), // 让label "浮" 在广告牌前面
                pixelOffset: new Cesium.Cartesian2(2, -11),
                pixelOffset: new Cesium.Cartesian2(0, -48),
                pixelOffset: new Cesium.Cartesian2(0, -35),
                disableDepthTestDistance: Number.POSITIVE_INFINITY,
                heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
            },
applications/drone-command/src/styles/common/cockpit.scss
@@ -864,6 +864,10 @@
                    .el-checkbox__inner {
                        border: none;
                        background: url("@/assets/images/common/checkbox.png") no-repeat center / 100% 100% !important;
                        &::after {
                            content: none;
                        }
                    }
                }
            }
applications/drone-command/src/views/dataCockpit/components/LeftContainer.vue
@@ -195,7 +195,7 @@
        .badge {
            position: absolute;
            top: 16px;
            right: 4px;
            right: -4px;
            min-width: 18px;
            line-height: 18px;
            font-size: 12px;
applications/drone-command/src/views/dataCockpit/components/templateComponents/HistoryTemplate.vue
@@ -25,8 +25,7 @@
            <div class="row">
                <span class="label">发现时间</span>
                <span class="value">
                    <span class="date">{{ getAlarmDate(data.alarmTime) }}</span>
                    <span class="time">{{ getAlarmTime(data.alarmTime) }}</span>
                    {{ data.alarmTime }}
                </span>
            </div>
@@ -38,11 +37,6 @@
            <div class="row">
                <span class="label">反制方式</span>
                <span class="value">{{ getCounterWayText(data.counterWay) }}</span>
            </div>
            <div class="row">
                <span class="label">飞行状态</span>
                <span class="value">{{ getFlightStatusText(data.flightStatus) }}</span>
            </div>
        </div>
    </div>