From c738d7edfbecec414a2774f7c9adb1087de7d16b Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Tue, 16 Dec 2025 18:36:15 +0800 Subject: [PATCH] Refactor Step5Interaction component to enhance user interaction and UI elements - Replaced tab switcher with a unified action bar for improved navigation and functionality. - Introduced an agent dropdown for selecting conversation targets, enhancing user experience. - Updated button labels for clarity and consistency in the interaction interface. - Adjusted CSS styles for better layout and responsiveness across components. - Reduced margin in Step4Report for a more compact design. --- frontend/src/components/Step4Report.vue | 2 +- frontend/src/components/Step5Interaction.vue | 437 +++++++++++++------ 2 files changed, 308 insertions(+), 131 deletions(-) diff --git a/frontend/src/components/Step4Report.vue b/frontend/src/components/Step4Report.vue index eadbd13..fdbdf19 100644 --- a/frontend/src/components/Step4Report.vue +++ b/frontend/src/components/Step4Report.vue @@ -2305,7 +2305,7 @@ watch(() => props.reportId, (newId) => { } .report-header-block { - margin-bottom: 50px; + margin-bottom: 30px; } .report-meta { diff --git a/frontend/src/components/Step5Interaction.vue b/frontend/src/components/Step5Interaction.vue index 068a8d3..dbdd2a6 100644 --- a/frontend/src/components/Step5Interaction.vue +++ b/frontend/src/components/Step5Interaction.vue @@ -77,21 +77,53 @@