From 37dcd00919b2605d2622f438c13f9093045a48a6 Mon Sep 17 00:00:00 2001 From: mairuiming Date: Fri, 24 Oct 2025 15:07:45 +0800 Subject: [PATCH] 1 1 --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 81a9d97..088dd49 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2895,7 +2895,7 @@ export default function App() { {adjustment !== 0 && (
- 原值: {originalValue.toFixed(1)} + 原值: {baseValue.toFixed(1)}
调整: {adjustment > 0 ? '+' : ''}{adjustment.toFixed(1)}