From c641c8355c82d2b9a42abeb8198a646909c25ede Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 04 Feb 2026 16:07:42 +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 be0e93d..b13e4b4 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1441,6 +1441,10 @@
                         background: #2E2E48 !important;
                         border: none;
                         box-shadow: none;
+
+                        &.is-disabled {
+                            color: #a8abb2;
+                        }
                     }
 
                     .command-date-picker {

--
Gitblit v1.9.3