From 90f526d55cf49e5410558d473788da92629b915e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 20 Jan 2026 17:40:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/drone-command/src/styles/common/cockpit.scss | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index 9362610..9b8ef08 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1079,6 +1079,7 @@
transform: translate(-50%, -50%);
.el-dialog__header {
+ padding-bottom: 20px;
position: relative;
span {
@@ -1111,7 +1112,7 @@
padding: 0 10px;
.detail-title {
- line-height: 40px;
+ margin-bottom: 20px;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 500;
font-size: 16px;
@@ -1123,7 +1124,7 @@
.el-row {
.el-col {
- margin-bottom: 0;
+ margin-bottom: 20px;
display: flex;
align-items: center;
@@ -1133,7 +1134,6 @@
font-weight: 500;
font-size: 14px;
color: #D4D5D7;
- line-height: 40px;
text-align: right;
font-style: normal;
text-transform: none;
@@ -1145,7 +1145,6 @@
font-weight: 400;
font-size: 14px;
color: #9E9EBA;
- line-height: 40px;
text-align: left;
font-style: normal;
text-transform: none;
@@ -1165,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;
@@ -1433,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;
@@ -1469,7 +1473,7 @@
.el-row {
.el-col {
- margin-bottom: 0;
+ margin-bottom: 20px;
display: flex;
align-items: center;
@@ -1479,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