From bfbce009f37693a3ccdd47321c4b9032cc2445e4 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 20 Jan 2026 14:47:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/drone-command/src/styles/common/cockpit.scss | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index e2468bc..9362610 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1091,7 +1091,7 @@
text-transform: none;
}
- .el-button {
+ & > button {
width: auto;
height: auto;
display: flex;
@@ -1429,7 +1429,10 @@
height: 100%;
.header {
- padding: 0 16px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding-left: 16px;
padding-bottom: 16px;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
@@ -1438,6 +1441,10 @@
text-align: left;
font-style: normal;
text-transform: none;
+
+ .el-icon {
+ cursor: pointer;
+ }
}
.content {
--
Gitblit v1.9.3