mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:06:31 +00:00
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-props': {
|
||||
className: css`
|
||||
.ant-formily-item-control-content-component .ant-input-affix-wrapper{
|
||||
width: 100%;
|
||||
.ant-formily-item-control-content-component{
|
||||
.ant-input-affix-wrapper,
|
||||
.ant-input{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
`
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user