From c3d1e454e6f6de261fe362a9fbccc14c5df7d9cd Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 22 Jan 2026 13:57:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index add79aa..7fe99d9 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -204,6 +204,42 @@
                 color: #fff !important;
 
                 .el-date-range-picker__time-header {
+                    .el-time-panel {
+                        background: #1A1A2A !important;
+                        border-radius: 0px 0px 8px 8px;
+                        border: none !important;
+
+                        // 将 time-picker-popper 的样式移到这里
+                        .el-time-panel__header {
+                            background: #161B2C !important;
+                            color: #ffffff !important;
+                            border-bottom: 1px solid rgba(71, 157, 255, 0.3) !important;
+                        }
+
+                        .el-time-panel__content {
+                            .el-time-spinner__item {
+                                &:hover {
+                                    background: transparent !important;
+                                }
+
+                                &.active {
+                                    color: #479dff !important;
+                                    font-weight: bold;
+                                }
+                            }
+                        }
+
+                        .el-time-panel__footer {
+                            .el-time-panel__btn {
+                                color: #fff;
+                            }
+                    
+                            .el-time-panel__btn:first-child {
+                                color: #86909C;
+                            }
+                        }
+                    }
+
                     .el-input__wrapper {
                         box-shadow: none;
                         background: #2E2E48 !important;

--
Gitblit v1.9.3