From cf2ab1935f8b6cd113db09142ed8b8dd6f3070ab Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 Jan 2026 11:37:59 +0800
Subject: [PATCH] feat:数据驾驶舱显示相关调整处理
---
applications/drone-command/src/views/dataCockpit/components/HistoryWarning.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/applications/drone-command/src/views/dataCockpit/components/HistoryWarning.vue b/applications/drone-command/src/views/dataCockpit/components/HistoryWarning.vue
index b03c698..7c3da70 100644
--- a/applications/drone-command/src/views/dataCockpit/components/HistoryWarning.vue
+++ b/applications/drone-command/src/views/dataCockpit/components/HistoryWarning.vue
@@ -103,6 +103,7 @@
flex-direction: column;
width: 100%;
height: 100%;
+ overflow: hidden;
.search-box {
display: flex;
@@ -117,6 +118,7 @@
.list-content {
height: 0;
flex: 1;
+ overflow-y: auto;
}
}
--
Gitblit v1.9.3