feature/IO-3497-Ant-Design-v5-to-v6 - Orientation
This commit is contained in:
@@ -338,7 +338,7 @@ export function ShopInfoROStatusComponent({ bodyshop, form }) {
|
||||
<Space size="large" wrap>
|
||||
{fields.map((field, index) => (
|
||||
<Form.Item key={field.key}>
|
||||
<Space direction="vertical">
|
||||
<Space orientation="vertical">
|
||||
<div style={{ display: "flex" }}>
|
||||
<Form.Item
|
||||
style={{ flex: 1 }}
|
||||
|
||||
@@ -257,7 +257,7 @@ export function ShopInfoSchedulingComponent({ form, bodyshop }) {
|
||||
<InputNumber />
|
||||
</Form.Item>
|
||||
|
||||
<Space direction="horizontal">
|
||||
<Space orientation="horizontal">
|
||||
<Form.Item
|
||||
label={
|
||||
<Space>
|
||||
|
||||
Reference in New Issue
Block a user