diff --git a/frontend/src/components/Step4Report.vue b/frontend/src/components/Step4Report.vue
index 0290b90..4052f99 100644
--- a/frontend/src/components/Step4Report.vue
+++ b/frontend/src/components/Step4Report.vue
@@ -84,7 +84,7 @@
- Agent Workflow
+ Rport Agent实时活动
{{ agentLogs.length }}
@@ -1460,7 +1460,7 @@ watch(() => props.reportId, (newId) => {
}
.left-panel::-webkit-scrollbar {
- width: 4px;
+ width: 6px;
}
.left-panel::-webkit-scrollbar-track {
@@ -1468,8 +1468,17 @@ watch(() => props.reportId, (newId) => {
}
.left-panel::-webkit-scrollbar-thumb {
+ background: transparent;
+ border-radius: 3px;
+ transition: background 0.3s ease;
+}
+
+.left-panel:hover::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.15);
- border-radius: 2px;
+}
+
+.left-panel::-webkit-scrollbar-thumb:hover {
+ background: rgba(0, 0, 0, 0.25);
}
/* Report Header */