From c2e36c45578e63ad17c5e258c92d62d9ae03dadb Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 30 五月 2025 11:55:52 +0800 Subject: [PATCH] Merge branch 'master' of ssh://114.215.109.124:29418/underway-vue --- 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