fix(plugin-workflow): fix url input width for request config (#1401)
This commit is contained in:
parent
22339d9ef7
commit
91413196ea
@ -49,8 +49,11 @@ export default {
|
|||||||
'x-decorator': 'FormItem',
|
'x-decorator': 'FormItem',
|
||||||
'x-decorator-props': {
|
'x-decorator-props': {
|
||||||
className: css`
|
className: css`
|
||||||
.ant-formily-item-control-content-component .ant-input-affix-wrapper{
|
.ant-formily-item-control-content-component{
|
||||||
width: 100%;
|
.ant-input-affix-wrapper,
|
||||||
|
.ant-input{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user