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)}