1
1
This commit is contained in:
@ -2895,7 +2895,7 @@ export default function App() {
|
|||||||
</Text>
|
</Text>
|
||||||
{adjustment !== 0 && (
|
{adjustment !== 0 && (
|
||||||
<div style={{ fontSize: '10px', color: '#666', lineHeight: '1.2' }}>
|
<div style={{ fontSize: '10px', color: '#666', lineHeight: '1.2' }}>
|
||||||
原值: {originalValue.toFixed(1)}
|
原值: {baseValue.toFixed(1)}
|
||||||
<br />
|
<br />
|
||||||
调整: {adjustment > 0 ? '+' : ''}{adjustment.toFixed(1)}
|
调整: {adjustment > 0 ? '+' : ''}{adjustment.toFixed(1)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user