feature/IO-3499-React-19 checkpoint
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user