From 8bef96bb02b1ee48f4df0bc397af9919d49521d2 Mon Sep 17 00:00:00 2001 From: purp1e Date: Fri, 7 Nov 2025 00:18:46 +0800 Subject: [PATCH] [fix] table width + text selectiion + batch note naming --- src/components/cstb/FpsTest.tsx | 248 +++++++++++++++++++++++++++----- 1 file changed, 215 insertions(+), 33 deletions(-) diff --git a/src/components/cstb/FpsTest.tsx b/src/components/cstb/FpsTest.tsx index 95d210c..366f278 100644 --- a/src/components/cstb/FpsTest.tsx +++ b/src/components/cstb/FpsTest.tsx @@ -214,7 +214,7 @@ function extractFpsMetrics(result: string): { avg: number | null; p1: number | n function NoteCell({ note, onEdit }: { note: string; onEdit: () => void }) { return (
- + {note || "无备注"}
)} {showResultsTable && ( - + <> + + + )} {!isResolutionGroupEnabled && (