1
This commit is contained in:
2025-10-24 15:07:45 +08:00
parent 4df5e808a3
commit 37dcd00919

View File

@ -2895,7 +2895,7 @@ export default function App() {
</Text>
{adjustment !== 0 && (
<div style={{ fontSize: '10px', color: '#666', lineHeight: '1.2' }}>
: {originalValue.toFixed(1)}
: {baseValue.toFixed(1)}
<br />
: {adjustment > 0 ? '+' : ''}{adjustment.toFixed(1)}
</div>