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.
This commit is contained in:
666ghj
2025-12-16 18:36:15 +08:00
parent cb47e9859c
commit c738d7edfb
2 changed files with 308 additions and 131 deletions

View File

@@ -2305,7 +2305,7 @@ watch(() => props.reportId, (newId) => {
}
.report-header-block {
margin-bottom: 50px;
margin-bottom: 30px;
}
.report-meta {