From aa75a9d46ee325f0a92e42f733aabb1f92103aeb Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 28 三月 2025 17:44:29 +0800
Subject: [PATCH] 走航融合模块完成

---
 src/components/monitor/DataSummary.vue |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/components/monitor/DataSummary.vue b/src/components/monitor/DataSummary.vue
index 250cdd7..6733744 100644
--- a/src/components/monitor/DataSummary.vue
+++ b/src/components/monitor/DataSummary.vue
@@ -20,7 +20,7 @@
             size="small"
             :show-overflow-tooltip="true"
             border
-            row-class-name="t-row"
+            row-class-name="t-row-summary"
             cell-class-name="t-cell"
             header-row-class-name="t-header-row"
             header-cell-class-name="t-header-cell"
@@ -136,3 +136,15 @@
   }
 };
 </script>
+<style>
+.t-row-summary {
+  cursor: auto;
+  background-color: transparent !important;
+}
+</style>
+<style scoped>
+.el-table {
+  --el-table-row-hover-bg-color: transparent;
+  --el-table-current-row-bg-color: transparent;
+}
+</style>

--
Gitblit v1.9.3