From 6eff67ca4d898a1dfeeb51175e372ae9beaca8a9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 Jan 2026 15:33:34 +0800
Subject: [PATCH] feat:样式统一替换

---
 applications/drone-command/src/styles/common/cockpit.scss |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index 3b58c53..a720080 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -38,6 +38,8 @@
 }
 
 .command-radio-group {
+    height: 40px;
+
     .el-radio {
         .el-radio__input {
             width: 16px;
@@ -77,7 +79,9 @@
 }
 
 // 数据驾驶舱专属
-.command-search-input {
+.command-input {
+    height: 40px;
+
     .el-input__wrapper {
         padding: 0 8px !important;
         background: #161B2C;
@@ -101,6 +105,7 @@
 }
 
 .command-date-picker {
+    height: 40px !important;
     box-shadow: none !important;
     background: #161B2C;
     border: none;
@@ -337,6 +342,8 @@
 }
 
 .command-select {
+    height: 40px;
+
     .el-select__input {
         color: #ffffff !important;
     }
@@ -347,6 +354,7 @@
         box-shadow: none !important;
         border: none;
         width: 100%;
+        height: 40px;
     }
 
     .el-select__placeholder {
@@ -423,6 +431,12 @@
 }
 
 .command-cascader {
+    height: 40px;
+
+    .el-input {
+        height: 40px;
+    }
+
     .el-input__wrapper {
         --el-input-text-color: #161B2C !important;
     }
@@ -589,7 +603,7 @@
         text-transform: none;
     }
 
-    .command-search-input {
+    .command-input {
         .el-input__wrapper {
             background: #2E2E48;
         }
@@ -684,7 +698,7 @@
         }
     }
 
-    .command-search-input {
+    .command-input {
         .el-input__wrapper {
             background: #1C1C31;
         }

--
Gitblit v1.9.3