feature/IO-3499-React-19 checkpoint

This commit is contained in:
Dave
2026-01-20 09:43:18 -05:00
parent c3e12cfeff
commit 640e0987ad
4 changed files with 25 additions and 14 deletions

View File

@@ -93,7 +93,10 @@ export default function TimeTicketCalculatorComponent({
</Form.Item>
<Form.Item name="percent">
<InputNumber min={0} max={100} precision={1} addonAfter="%" />
<Space.Compact>
<InputNumber min={0} max={100} precision={1} />
<span style={{ padding: "0 11px", backgroundColor: "#fafafa", border: "1px solid #d9d9d9", borderLeft: 0, display: "flex", alignItems: "center" }}>%</span>
</Space.Compact>
</Form.Item>
<Button htmlType="submit">Calculate</Button>
</Form>