From 133852ac0846d952d308860cde9de6fa0c47c5d0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 20 Jan 2026 17:35:48 +0800
Subject: [PATCH] feat:弹窗间距统一
---
applications/drone-command/src/styles/common/cockpit.scss | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index 01ae05b..9b8ef08 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1437,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;
@@ -1473,7 +1473,7 @@
.el-row {
.el-col {
- margin-bottom: 0;
+ margin-bottom: 20px;
display: flex;
align-items: center;
@@ -1483,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