mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:47:20 +00:00
chore: fix style of variable input in workflow
This commit is contained in:
parent
75f97e7e0c
commit
2ec3130f46
@ -96,7 +96,7 @@ const ConstantTypes = {
|
||||
value: 'null',
|
||||
component: function NullComponent() {
|
||||
const { t } = useTranslation();
|
||||
return <AntInput readOnly placeholder={t('Null')} className="null-value" />;
|
||||
return <AntInput style={{ width: '100%' }} readOnly placeholder={t('Null')} className="null-value" />;
|
||||
},
|
||||
default: null,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user