From 08ffcf9d7ffafaa82d8de7f9b5fcfdb49e9c3688 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 05 十一月 2025 17:33:54 +0800
Subject: [PATCH] 动态溯源 1. 修复CO因子文本没有正常显示的问题;
---
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