From de1b2a2d4e856fd4769f3d96d8c4f048fe5f9004 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 20 Jan 2026 18:56:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index fd25f20..9b8ef08 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1164,6 +1164,11 @@
         }
 
         .dialog-form {
+            h3 {
+                margin: 0;
+                margin-bottom: 20px;
+            }
+
             .detail-title {
                 line-height: 40px;
                 font-family: Source Han Sans CN, Source Han Sans CN;
@@ -1432,7 +1437,7 @@
                     align-items: center;
                     justify-content: space-between;
                     padding-left: 16px;
-                    padding-bottom: 16px;
+                    padding-bottom: 20px;
                     font-family: Source Han Sans CN, Source Han Sans CN;
                     font-weight: 400;
                     font-size: 18px;
@@ -1468,7 +1473,7 @@
 
                     .el-row {
                         .el-col {
-                            margin-bottom: 0;
+                            margin-bottom: 20px;
                             display: flex;
                             align-items: center;
 
@@ -1478,7 +1483,6 @@
                                 font-weight: 500;
                                 font-size: 14px;
                                 color: #D4D5D7;
-                                line-height: 40px;
                                 text-align: right;
                                 font-style: normal;
                                 text-transform: none;

--
Gitblit v1.9.3