feat: created a wizard component to wrap the flow control
This commit is contained in:
parent
46b2a15425
commit
8c35ffc2ed
3 changed files with 256 additions and 27 deletions
|
|
@ -81,6 +81,14 @@ const mainStyles = {
|
|||
popoverContent: {
|
||||
width: 272,
|
||||
padding: [[10, 15]]
|
||||
},
|
||||
radioGroupWrapper: {
|
||||
marginBottom: 46
|
||||
},
|
||||
textInput: {
|
||||
width: 96,
|
||||
height: 40,
|
||||
marginRight: 8
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue