From a9a584a174335af8f338b041f7071f083c5fad4c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 16 Jan 2026 17:26:51 +0800
Subject: [PATCH] feat:样式变更

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

diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index d1de42c..1145beb 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1,5 +1,5 @@
 /* 下拉菜单整体样式 */
-.ztzf-custom-dropdown {
+.command-custom-dropdown {
 	background: #1A1A2A !important;
 	border-radius: 8px;
 	border: none !important;
@@ -35,7 +35,7 @@
 }
 
 // 数据驾驶舱专属
-.ztzf-data-cockpit-search-input {
+.command-data-cockpit-search-input {
     .el-input__wrapper {
         padding: 0 8px !important;
         background: #161B2C;
@@ -58,7 +58,7 @@
     }
 }
 
-.ztzf-data-cockpit-date-picker {
+.command-data-cockpit-date-picker {
     box-shadow: none !important;
     background: #161B2C;
     border: none;
@@ -87,7 +87,7 @@
     }
 }
 
-.ztzf-data-cockpit-date-picker-popper {
+.command-data-cockpit-date-picker-popper {
     background: #161B2C !important;
     border: none !important;
     border-radius: 0px 0px 8px 8px;
@@ -294,7 +294,7 @@
     }
 }
 
-.ztzf-data-cockpit-select {
+.command-data-cockpit-select {
     .el-select__input {
         color: #8ac3fd !important;
     }
@@ -334,7 +334,7 @@
     }
 }
 
-.ztzf-data-cockpit-select-popper.el-select__popper {
+.command-data-cockpit-select-popper.el-select__popper {
     border: none;
     background: #2E2E48 !important;
 
@@ -380,7 +380,7 @@
     }
 }
 
-.ztzf-data-cockpit-select-popper.el-cascader__dropdown {
+.command-data-cockpit-select-popper.el-cascader__dropdown {
     border: none;
     background: #2E2E48 !important;
 
@@ -391,7 +391,7 @@
 }
 
 // 树形选择
-.ztzf-data-cockpit-tree-select-popper {
+.command-data-cockpit-tree-select-popper {
     background: #2E2E48 !important;
     border: none !important;
 
@@ -469,7 +469,7 @@
     }
 }
 
-.ztzf-data-cockpit-dialog {
+.command-data-cockpit-dialog {
     padding: 20px;
     display: flex;
     flex-direction: column;
@@ -510,7 +510,7 @@
     }
 }
 
-.el-form.ztzf-dialog-history-search {
+.el-form.command-dialog-history-search {
     .el-form-item {
         margin-left: 20px;
     }
@@ -524,7 +524,7 @@
         text-transform: none;
     }
 
-    .ztzf-data-cockpit-search-input {
+    .command-data-cockpit-search-input {
         .el-input__wrapper {
             background: #2E2E48;
         }
@@ -536,11 +536,11 @@
         }
     }
 
-    .ztzf-data-cockpit-date-picker {
+    .command-data-cockpit-date-picker {
         background: #2E2E48;
     }
 
-    .ztzf-data-cockpit-date-picker-popper {
+    .command-data-cockpit-date-picker-popper {
         background: #2E2E48 !important;
 
         .el-picker-panel {
@@ -603,7 +603,7 @@
     }
 }
 
-.ztzf-page-history-search {
+.command-page-history-search {
     .el-form-item__label {
         font-family: Source Han Sans CN, Source Han Sans CN;
         font-weight: 500;
@@ -613,13 +613,13 @@
         text-transform: none;
     }
 
-    .ztzf-data-cockpit-select {
+    .command-data-cockpit-select {
         .el-select__wrapper {
             background: #1C1C31;
         }
     }
 
-    .ztzf-data-cockpit-search-input {
+    .command-data-cockpit-search-input {
         .el-input__wrapper {
             background: #1C1C31;
         }
@@ -631,11 +631,11 @@
         }
     }
 
-    .ztzf-data-cockpit-date-picker {
+    .command-data-cockpit-date-picker {
         background: #1C1C31;
     }
 
-    .ztzf-data-cockpit-date-picker-popper {
+    .command-data-cockpit-date-picker-popper {
         background: #1C1C31 !important;
 
         .el-picker-panel {
@@ -689,8 +689,8 @@
     }
 }
 
-.ztzf-dialog-history-search,
-.ztzf-page-history-search {
+.command-dialog-history-search,
+.command-page-history-search {
     display: flex;
 
     .el-form-item {
@@ -745,7 +745,7 @@
     }
 }
 
-.ztzf-table-toolbar {
+.command-table-toolbar {
     margin-top: 30px;
 
     .el-button {
@@ -759,7 +759,7 @@
     }
 }
 
-.ztzf-table-container {
+.command-table-container {
     margin-top: 20px;
 
     height: 0;
@@ -767,19 +767,19 @@
     display: flex;
     flex-direction: column;
 
-    .ztzf-table-content {
+    .command-table-content {
         height: 0;
         flex: 1;
         display: flex;
         flex-direction: column;
     }
 
-    .ztzf-table-content-bg {
+    .command-table-content-bg {
         background: #1A1A2A;
     }
 }
 
-.ztzf-data-cockpit-table {
+.command-data-cockpit-table {
     height: 0;
     flex: 1;
     background: transparent !important;
@@ -858,7 +858,7 @@
     }
 }
 
-.ztzf-table-pagination {
+.command-table-pagination {
     padding-top: 30px;
     padding-bottom: 10px;
     display: flex;
@@ -927,7 +927,7 @@
     }
 }
 
-.ztzf-page-view-dialog {
+.command-page-view-dialog {
     padding: 30px;
     display: flex;
     flex-direction: column;
@@ -1004,10 +1004,10 @@
             }
 
 
-            .ztzf-table-container {
+            .command-table-container {
                 height: 360px;
 
-                .ztzf-table-pagination {
+                .command-table-pagination {
                     justify-content: center;
                 }
             }
@@ -1070,11 +1070,11 @@
                         box-shadow: none;
                     }
 
-                    .ztzf-data-cockpit-date-picker {
+                    .command-data-cockpit-date-picker {
                         background: #2E2E48;
                     }
 
-                    .ztzf-data-cockpit-date-picker-popper {
+                    .command-data-cockpit-date-picker-popper {
                         background: #2E2E48 !important;
 
                         .el-picker-panel {
@@ -1139,7 +1139,7 @@
     }
 }
 
-.ztzf-page-view-message-box {
+.command-page-view-message-box {
     background: #1A1A2A;
     border-radius: 6px;
     border: 1px solid #2E2E46;
@@ -1177,18 +1177,18 @@
     }
 }
 
-.ztzf-message-box-confirm {
+.command-message-box-confirm {
     background: #284FE3 !important;
     border-color: #284FE3 !important;
 }
 
-.ztzf-message-box-cancel {
+.command-message-box-cancel {
     background: #2B2B4C !important;
     border-color: #2B2B4C !important;
     color: #FFFFFF !important;
 }
 
-.ztzf-page-map-view-dialog {
+.command-page-map-view-dialog {
     padding: 30px;
     display: flex;
     flex-direction: column;
@@ -1302,11 +1302,11 @@
                     }
 
 
-                    .ztzf-table-container {
+                    .command-table-container {
                         margin-top: 0;
                         margin-bottom: 20px;
 
-                        .ztzf-table-pagination {
+                        .command-table-pagination {
                             justify-content: center;
                         }
                     }
@@ -1367,11 +1367,11 @@
                                 color: #fff;
                             }
 
-                            .ztzf-data-cockpit-date-picker {
+                            .command-data-cockpit-date-picker {
                                 background: #2E2E48;
                             }
 
-                            .ztzf-data-cockpit-date-picker-popper {
+                            .command-data-cockpit-date-picker-popper {
                                 background: #2E2E48 !important;
 
                                 .el-picker-panel {

--
Gitblit v1.9.3