From a3b2d94cbfb9bea819346a1b738237f72819a833 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 12 六月 2025 13:35:33 +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