From e0ad8a1a727489f017abfa6a3702e4cbf3fe0433 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 10 Dec 2025 09:06:26 +0800
Subject: [PATCH] feat:更新历史任务详情功能
---
src/components/DeviceJobDetails/HistoryDronePopup.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/DeviceJobDetails/HistoryDronePopup.vue b/src/components/DeviceJobDetails/HistoryDronePopup.vue
index 66f8318..de08171 100644
--- a/src/components/DeviceJobDetails/HistoryDronePopup.vue
+++ b/src/components/DeviceJobDetails/HistoryDronePopup.vue
@@ -143,7 +143,7 @@
backdrop-filter: blur(4px);
.container {
- padding: 6px;
+ //padding: 6px;
display: flex;
flex-direction: column;
position: absolute;
--
Gitblit v1.9.3