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,9 +49,12 @@ 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{
.ant-input-affix-wrapper,
.ant-input{
width: 100%; width: 100%;
} }
}
` `
}, },
'x-component': 'Input', 'x-component': 'Input',