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 | 28 +++++++++++++++++++---------
1 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index e2468bc..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 {
@@ -1091,7 +1092,7 @@
text-transform: none;
}
- .el-button {
+ & > button {
width: auto;
height: auto;
display: flex;
@@ -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;
@@ -1429,8 +1433,11 @@
height: 100%;
.header {
- padding: 0 16px;
- padding-bottom: 16px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding-left: 16px;
+ padding-bottom: 20px;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 18px;
@@ -1438,6 +1445,10 @@
text-align: left;
font-style: normal;
text-transform: none;
+
+ .el-icon {
+ cursor: pointer;
+ }
}
.content {
@@ -1462,7 +1473,7 @@
.el-row {
.el-col {
- margin-bottom: 0;
+ margin-bottom: 20px;
display: flex;
align-items: center;
@@ -1472,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