From 4d48b14e65896d9dd80cce42cdce94fbe8230bc8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 20 Jan 2026 17:30:54 +0800
Subject: [PATCH] feat:弹窗中样式统一调整
---
applications/drone-command/src/styles/common/cockpit.scss | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index 9362610..fd25f20 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;
--
Gitblit v1.9.3