From a9a584a174335af8f338b041f7071f083c5fad4c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 16 Jan 2026 17:26:51 +0800
Subject: [PATCH] feat:样式变更

---
 applications/drone-command/src/views/detectionCountermeasure/detectionRange/DetectionRangeDialog.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/applications/drone-command/src/views/detectionCountermeasure/detectionRange/DetectionRangeDialog.vue b/applications/drone-command/src/views/detectionCountermeasure/detectionRange/DetectionRangeDialog.vue
index c03f4ae..e3caeb2 100644
--- a/applications/drone-command/src/views/detectionCountermeasure/detectionRange/DetectionRangeDialog.vue
+++ b/applications/drone-command/src/views/detectionCountermeasure/detectionRange/DetectionRangeDialog.vue
@@ -1,7 +1,7 @@
 <template>
 	<el-dialog
 		v-model="visible"
-		class="ztzf-page-map-view-dialog"
+		class="command-page-map-view-dialog"
 		:show-close="false"
 		:close-on-click-modal="false"
 		destroy-on-close
@@ -9,7 +9,7 @@
 	>
 		<div class="dialog-container">
 			<div class="left-container">
-				<div class="leftMap ztzf-cesium" id="detectionRangeMap"></div>
+				<div class="leftMap command-cesium" id="detectionRangeMap"></div>
 			</div>
 
 			<div class="right-container">
@@ -47,8 +47,8 @@
 				<el-form v-else ref="formRef" class="dialog-form" :model="formData" :rules="rules" label-width="110px">
 					<el-form-item label="侦测设备" prop="deviceId">
 						<el-select
-							class="ztzf-data-cockpit-select"
-							popper-class="ztzf-data-cockpit-select-popper"
+							class="command-data-cockpit-select"
+							popper-class="command-data-cockpit-select-popper"
 							v-model="formData.deviceId"
 							placeholder="请选择"
 							clearable
@@ -59,8 +59,8 @@
 					</el-form-item>
 					<el-form-item label="设备类型" prop="deviceType">
 						<el-select
-							class="ztzf-data-cockpit-select"
-							popper-class="ztzf-data-cockpit-select-popper"
+							class="command-data-cockpit-select"
+							popper-class="command-data-cockpit-select-popper"
 							v-model="formData.deviceType"
 							placeholder="请选择"
 							clearable
@@ -75,7 +75,7 @@
 					</el-form-item>
 					<el-form-item label="设备位置" prop="deployLocation">
 						<el-input
-							class="ztzf-data-cockpit-search-input"
+							class="command-data-cockpit-search-input"
 							v-model="formData.deployLocation"
 							disabled
 							placeholder="请选择位置"
@@ -87,7 +87,7 @@
 					</el-form-item>
 					<el-form-item label="设备编号" prop="deviceSn">
 						<el-input
-							class="ztzf-data-cockpit-search-input"
+							class="command-data-cockpit-search-input"
 							v-model="formData.deviceSn"
 							placeholder="请输入"
 							clearable
@@ -95,7 +95,7 @@
 					</el-form-item>
 					<el-form-item label="设备型号" prop="deviceModel">
 						<el-input
-							class="ztzf-data-cockpit-search-input"
+							class="command-data-cockpit-search-input"
 							v-model="formData.deviceModel"
 							placeholder="请输入"
 							clearable
@@ -103,7 +103,7 @@
 					</el-form-item>
 					<el-form-item label="覆盖范围(m)" prop="effectiveRangeKm">
 						<el-input-number
-							class="ztzf-data-cockpit-search-input"
+							class="command-data-cockpit-search-input"
 							v-model="formData.effectiveRangeKm"
 							:min="0"
 							:precision="2"

--
Gitblit v1.9.3