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>