From c824d687b3415387c7ac09496d2e9c2319aedb1e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 25 Feb 2026 17:15:28 +0800
Subject: [PATCH] feat:图层控制面板调整

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

diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index 93fe58b..839da0f 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -135,6 +135,10 @@
     .el-tree-node__expand-icon.is-leaf {
         visibility: hidden;
     }
+
+    .el-tree-node__expand-icon.expanded {
+        transform: rotate(-180deg);
+    }
 }
 
 .command-cascader {

--
Gitblit v1.9.3