From 39ec001f02bde6fd7b7a40bdf7b2313df87e8e76 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 17 Jan 2026 17:34:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/drone-command/src/styles/common/cockpit.scss |   79 ++++++++++++++++++++++++++-------------
 1 files changed, 53 insertions(+), 26 deletions(-)

diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index e0d59b9..2017c60 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1,37 +1,40 @@
 /* 下拉菜单整体样式 */
 .command-custom-dropdown {
-	background: #1A1A2A !important;
-	border-radius: 8px;
-	border: none !important;
-	.el-popper__arrow::before {
-		background: #1A1A2A !important;
-		border: 1px solid #1A1A2A !important;
-	}
+    background: #1A1A2A !important;
+    border-radius: 8px;
+    border: none !important;
 
-	/* 菜单项样式 */
-	.el-dropdown-menu {
-		background: transparent !important;
+    .el-popper__arrow::before {
+        background: #1A1A2A !important;
+        border: 1px solid #1A1A2A !important;
+    }
 
-		.el-dropdown-menu__item {
-			color: #fff !important; /* 文字颜色 */
+    /* 菜单项样式 */
+    .el-dropdown-menu {
+        background: transparent !important;
+
+        .el-dropdown-menu__item {
+            color: #fff !important;
+            /* 文字颜色 */
 
             a {
-			    color: #fff !important; /* 文字颜色 */
+                color: #fff !important;
+                /* 文字颜色 */
             }
 
-			&:hover {
-				background: none !important;
-			}
+            &:hover {
+                background: none !important;
+            }
 
-			&.is-disabled {
-				color: #8f9bb3 !important;
-			}
-		}
+            &.is-disabled {
+                color: #8f9bb3 !important;
+            }
+        }
 
         .el-dropdown-menu__item--divided {
             display: none;
         }
-	}
+    }
 }
 
 // 数据驾驶舱专属
@@ -296,7 +299,7 @@
 
 .command-data-cockpit-select {
     .el-select__input {
-        color: #8ac3fd !important;
+        color: #ffffff !important;
     }
 
     .el-select__wrapper {
@@ -380,9 +383,32 @@
     }
 }
 
-.command-data-cockpit-select-popper.el-cascader__dropdown {
+.command-data-cockpit-cascader {
+    .el-input__wrapper {
+        --el-input-text-color: #161B2C !important;
+    }
+}
+
+.command-data-cockpit-cascader-popper.el-cascader__dropdown {
     border: none;
     background: #2E2E48 !important;
+
+    .el-cascader-panel {
+
+        .el-cascader-menu {
+            color: #fff;
+
+            .el-cascader-node:hover,
+            .el-cascader-node:focus {
+                background: transparent !important;
+            }
+
+            .el-cascader-node.is-selectable.in-active-path {
+                color: #fff;
+            }
+        }
+
+    }
 
     .el-popper__arrow::before {
         background: #2E2E48 !important;
@@ -753,7 +779,8 @@
         border: none;
     }
 
-    .el-button.is-disabled, .el-button.is-disabled:hover {
+    .el-button.is-disabled,
+    .el-button.is-disabled:hover {
         background: #1A2652;
         border: none;
     }
@@ -849,7 +876,7 @@
     }
 
     th.el-table__cell:not(.fixed-column),
-    td.el-table__cell:not(.fixed-column)  {
+    td.el-table__cell:not(.fixed-column) {
         background: transparent !important;
     }
 
@@ -1491,7 +1518,7 @@
                         margin-left: 16px;
                         width: 96px;
                         height: 36px;
-            
+
                         &:first-child {
                             margin-left: 0;
                         }

--
Gitblit v1.9.3