From 3b20672527d9e6c0f5c2415def1afdef796d4a18 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Tue, 16 Dec 2025 17:23:01 +0800 Subject: [PATCH] Enhance Step4Report component with improved result display and layout adjustments - Updated InsightDisplay, PanoramaDisplay, and QuickSearchDisplay components to include result length in the header for better context. - Refined the layout of entity displays to a compact grid format, improving visual organization and accessibility. - Enhanced styling for various display elements, including updated labels for clarity and consistency across components. - Introduced new CSS classes for better styling control and responsiveness in the display components. --- frontend/src/components/Step4Report.vue | 206 +++++++++++++++++------- 1 file changed, 148 insertions(+), 58 deletions(-) diff --git a/frontend/src/components/Step4Report.vue b/frontend/src/components/Step4Report.vue index a8762ca..9bb3017 100644 --- a/frontend/src/components/Step4Report.vue +++ b/frontend/src/components/Step4Report.vue @@ -255,8 +255,8 @@