From 8de1531a182a74652a275ca49b7b5c35a8bccd5d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 10 Feb 2026 14:18:38 +0800
Subject: [PATCH] feat:样式调整
---
applications/drone-command/src/styles/common/cockpit.scss | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index f4ee56e..93fe58b 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1639,7 +1639,13 @@
color: #D4D5D7;
}
+ .el-message-box__container {
+ display: flex;
+ justify-content: center;
+ }
+
.el-message-box__btns {
+ padding-top: 30px;
display: flex;
justify-content: center;
@@ -1815,6 +1821,17 @@
overflow-y: auto;
+ .detail-title {
+ margin-bottom: 20px;
+ font-family: Source Han Sans CN, Source Han Sans CN;
+ font-weight: 500;
+ font-size: 16px;
+ color: #FFFFFF;
+ text-align: left;
+ font-style: normal;
+ text-transform: none;
+ }
+
.el-row {
.el-col {
margin-bottom: 0;
@@ -1981,6 +1998,7 @@
}
.footer {
+ margin-top: 20px;
width: 100%;
display: flex;
align-items: center;
--
Gitblit v1.9.3