fix(plugin-workflow): fix url input width for request config (#1401)

This commit is contained in:
Junyi 2023-01-29 14:36:58 +08:00 committed by GitHub
parent 22339d9ef7
commit 91413196ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;
}
}
`
},