From c048232776205bbc8198e848e746fa42ae57ec65 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 16 Jan 2026 10:52:09 +0800
Subject: [PATCH] feat:历史轨迹弹窗样式调整
---
applications/drone-command/src/styles/common/cockpit.scss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index 9ecf7de..d1de42c 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -1303,7 +1303,8 @@
.ztzf-table-container {
- height: 360px;
+ margin-top: 0;
+ margin-bottom: 20px;
.ztzf-table-pagination {
justify-content: center;
--
Gitblit v1.9.3