From 6d515bc5ea69bac73a656dfacee920aab85b1660 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 20 Jan 2026 16:28:15 +0800
Subject: [PATCH] feat:更新

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

diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index cbab13d..9362610 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 {
@@ -1059,24 +1065,37 @@
 }
 
 .command-page-view-dialog {
-    padding: 30px;
+    margin: 0;
+    padding: 20px;
     display: flex;
     flex-direction: column;
     width: 770px;
     background: #1A1A2A;
     border-radius: 6px 6px 6px 6px;
     border: 1px solid #2E2E46;
+    position: absolute;
+    top: 50%;
+    left: 50%;
+    transform: translate(-50%, -50%);
 
     .el-dialog__header {
+        position: relative;
+
         span {
             font-family: Source Han Sans CN, Source Han Sans CN;
             font-weight: bold;
             font-size: 18px;
             color: #FFFFFF;
-            line-height: 40px;
             text-align: left;
             font-style: normal;
             text-transform: none;
+        }
+
+        & > button {
+            width: auto;
+            height: auto;
+            display: flex;
+            align-items: center;
         }
 
         .el-icon {
@@ -1139,15 +1158,31 @@
                 height: 360px;
 
                 .command-table-pagination {
+                    padding-bottom: 20px;
                     justify-content: center;
                 }
             }
         }
 
         .dialog-form {
+            .detail-title {
+                line-height: 40px;
+                font-family: Source Han Sans CN, Source Han Sans CN;
+                font-weight: 500;
+                font-size: 16px;
+                color: #FFFFFF;
+                text-align: left;
+                font-style: normal;
+                text-transform: none;
+            }
+
             .el-row {
                 .el-col {
                     margin-bottom: 0;
+
+                    .el-form-item {
+                        margin-bottom: 20px;
+                    }
                 }
             }
 
@@ -1271,6 +1306,7 @@
     }
 
     .el-dialog__footer {
+        padding-top: 0;
         display: flex;
         justify-content: center;
 
@@ -1336,7 +1372,9 @@
 }
 
 .command-page-map-view-dialog {
-    padding: 30px;
+    margin: 0;
+
+    padding: 20px;
     display: flex;
     flex-direction: column;
     width: 80%;
@@ -1344,6 +1382,11 @@
     background: #1A1A2A;
     border-radius: 6px 6px 6px 6px;
     border: 1px solid #2E2E46;
+
+    position: absolute;
+    top: 50%;
+    left: 50%;
+    transform: translate(-50%, -50%);
 
     .el-dialog__header,
     .el-dialog__footer {
@@ -1386,7 +1429,10 @@
                 height: 100%;
 
                 .header {
-                    padding: 0 16px;
+                    display: flex;
+                    align-items: center;
+                    justify-content: space-between;
+                    padding-left: 16px;
                     padding-bottom: 16px;
                     font-family: Source Han Sans CN, Source Han Sans CN;
                     font-weight: 400;
@@ -1395,6 +1441,10 @@
                     text-align: left;
                     font-style: normal;
                     text-transform: none;
+
+                    .el-icon {
+                        cursor: pointer;
+                    }
                 }
 
                 .content {

--
Gitblit v1.9.3