From 5667f2b4fc7555ba678d5aef13b096cd38da64db Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 12 Jan 2026 15:45:34 +0800
Subject: [PATCH] feat:数据驾驶舱相关处理

---
 applications/drone-command/src/styles/element-ui.scss |  261 ----------------------------------------------------
 1 files changed, 0 insertions(+), 261 deletions(-)

diff --git a/applications/drone-command/src/styles/element-ui.scss b/applications/drone-command/src/styles/element-ui.scss
index 8dc06ed..46dfc8f 100644
--- a/applications/drone-command/src/styles/element-ui.scss
+++ b/applications/drone-command/src/styles/element-ui.scss
@@ -766,265 +766,4 @@
         box-sizing: border-box;
         background: #fafafa;
     }
-}
-
-.ztzf-data-cockpit-search-input {
-    .el-input__wrapper {
-        padding: 0 8px !important;
-        background: #161B2C;
-        box-shadow: none !important;
-        border: none;
-
-        .el-input__inner {
-            color: #ffffff;
-
-            &::placeholder {
-                color: #86909C;
-            }
-        }
-    }
-
-    &.is-disabled {
-        .el-input__wrapper {
-            background-color: #161B2C;
-        }
-    }
-}
-
-.ztzf-data-cockpit-date-picker {
-    box-shadow: none !important;
-	background: #161B2C;
-    border: none;
-    border-radius: 5px;
-    box-sizing: border-box !important;
-
-    .el-input__wrapper {
-        box-shadow: none !important;
-        background-color: transparent !important;
-
-        &.is-focus {
-            box-shadow: none !important;
-        }
-    }
-
-    .el-range-input {
-        color: #fff;
-
-        &::placeholder {
-            color: #86909C;
-        }
-    }
-
-    .el-range-separator {
-        color: #ffffff;
-    }
-}
-
-.ztzf-data-cockpit-date-picker-popper {
-    background: #161B2C !important;
-    border: 1px solid !important;
-    border-radius: 0px 0px 8px 8px;
-    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(115, 192, 255, 1)) 1 1 !important;
-
-    .el-date-picker__prev-btn,
-    .el-date-picker__next-btn {
-        .el-icon {
-            color: #fff !important;
-        }
-    }
-
-    .el-date-picker__header-label {
-        color: #fff !important;
-    }
-
-    .el-picker-panel {
-        .el-picker-panel__body-wrapper {
-            .el-picker-panel__body {
-                background: #161B2C !important;
-                color: #fff !important;
-
-                .el-date-picker__time-header {
-                    border: none;
-
-                    .el-date-picker__editor-wrap {
-                        .el-time-panel {
-                            background: #161B2C !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;
-
-                            // 将 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 {
-                                    color: #e6e6e6 !important;
-
-                                    &:hover {
-                                        background: rgba(71, 157, 255, 0.3) !important;
-                                    }
-
-                                    &.active {
-                                        color: #479dff !important;
-                                        font-weight: bold;
-                                    }
-                                }
-                            }
-
-                            .el-time-panel__footer {
-                                background: #012350 !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.cancel {
-                                    color: #fff !important;
-
-                                    &:hover {
-                                        color: #fff !important;
-                                    }
-                                }
-                            }
-                        }
-                    }
-                }
-
-                .el-picker-panel__content {
-                    .el-date-range-picker__header {
-                        .el-picker-panel__icon-btn {
-                            color: #fff !important;
-
-                            &:hover {
-                                color: var(--el-color-primary) !important;
-                            }
-
-                            .el-icon {
-                                &::before {
-                                    color: inherit !important;
-                                }
-                            }
-                        }
-
-                        &>div {
-                            span {
-                                color: #fff !important;
-                            }
-                        }
-                    }
-
-                    .el-date-table {
-                        th {
-                            color: #fff !important;
-                        }
-
-                        td.disabled div {
-                            background-color: #00193b !important;
-                            color: #505050 !important;
-                            cursor: not-allowed;
-                        }
-
-                        // td:hover,
-                        // td.current:not(.disabled) {
-                        //     background: rgba(60, 121, 202) !important;
-                        //     color: white !important;
-                        // }
-
-                        td.start-date span,
-                        td.start-date span,
-                        td.end-date span {
-                            background-color: #012350 !important;
-                        }
-
-                        td.in-range div,
-                        td.in-range div:hover,
-                        &.is-week-mode .el-date-table__row.current div,
-                        &.is-week-mode .el-date-table__row:hover div {
-                            background-color: rgba(60, 121, 202) !important;
-                        }
-                    }
-                }
-            }
-        }
-    }
-
-    .el-popper__arrow {
-        &::before {
-            background: #161B2C !important;
-            border: 1px solid #161B2C !important;
-            box-sizing: border-box;
-        }
-    }
-
-    .el-picker-panel__sidebar {
-        background: #012350;
-        color: #fff;
-
-        .el-picker-panel__shortcut {
-            color: #ffffff;
-        }
-    }
-
-    .el-picker-panel__body {
-        .el-input.is-disabled .el-input__wrapper {
-            background: #012350;
-            box-shadow: 0 0 0 0.1rem#409eff;
-            color: #fff;
-
-            .el-input__inner {
-                color: #fff !important;
-            }
-        }
-
-        .el-button.is-disabled,
-        .el-button.is-disabled:hover {
-            background: #012350;
-        }
-
-        .el-input__wrapper {
-            background: #012350;
-            box-shadow: 0 0 0 0.1rem#409eff;
-            color: #fff;
-
-            .el-input__inner {
-                color: #fff !important;
-            }
-        }
-    }
-
-    .el-picker-panel__footer {
-        background: #012350;
-        color: #fff;
-        border-top: none;
-
-        .el-button--small {
-            box-shadow: 0 0 0 0.1rem#409eff;
-            background-color: #012350;
-            color: #fff;
-            border: none;
-
-            &:hover {
-                background-color: #012350;
-                color: #fff;
-                border-color: #409eff;
-            }
-        }
-    }
-}
-
-.ztzf-data-cockpit-dialog {
-    width: 1222px;
-    height: 835px;
-    background: #1A1A2A;
-    border-radius: 6px 6px 6px 6px;
-    border: 1px solid #2E2E46;
 }
\ No newline at end of file

--
Gitblit v1.9.3