From c9aaca0546cfb1e0e0cf75b48e0bfe71a8635013 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 Jan 2026 17:29:28 +0800
Subject: [PATCH] feat:数据驾驶舱样式调整
---
applications/drone-command/src/styles/common/cockpit.scss | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index cbab13d..6b13bbc 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -683,6 +683,12 @@
width: 160px;
}
}
+
+ .history-search-actions {
+ .search-btn {
+ background: #284FE3 !important;
+ }
+ }
}
.command-page-history-search {
--
Gitblit v1.9.3