From 9f6cb78eeb863fb183ccd423cc7fa4d6f87e048e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 21 Jan 2026 15:08:23 +0800
Subject: [PATCH] feat:任务调度增加设备状态显示
---
applications/drone-command/src/styles/common/cockpit.scss | 30 ++++++++----------------------
1 files changed, 8 insertions(+), 22 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index 9f2260a..82e2132 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -215,10 +215,9 @@
.el-date-picker__editor-wrap {
.el-time-panel {
- background: #161B2C !important;
+ background: #1A1A2A !important;
border-radius: 0px 0px 8px 8px;
- border: 1px solid !important;
- border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1 !important;
+ border: none !important;
// 将 time-picker-popper 的样式移到这里
.el-time-panel__header {
@@ -229,10 +228,8 @@
.el-time-panel__content {
.el-time-spinner__item {
- color: #e6e6e6 !important;
-
&:hover {
- background: rgba(71, 157, 255, 0.3) !important;
+ background: transparent !important;
}
&.active {
@@ -243,23 +240,12 @@
}
.el-time-panel__footer {
- background: #161B2C !important;
- border-top: 1px solid rgba(71, 157, 255, 0.3) !important;
-
- .el-button {
- color: #fff !important;
-
- &:hover {
- color: #479dff !important;
- }
+ .el-time-panel__btn {
+ color: #fff;
}
-
- .el-time-panel__btn.cancel {
- color: #fff !important;
-
- &:hover {
- color: #fff !important;
- }
+
+ .el-time-panel__btn:first-child {
+ color: #86909C;
}
}
}
--
Gitblit v1.9.3