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 && (
-
+ <>
+
+
+ >
)}