We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9769109 commit c07f01fCopy full SHA for c07f01f
src/Promise/components/Schema/TreeSchemaConfig/index.tsx
@@ -97,7 +97,7 @@ const Index: React.FC<{
97
);
98
return (
99
<Space direction={'vertical'} className={prefixCls}>
100
- <Card>
+ <Card bodyStyle={{ padding: 0 }}>
101
<ProProvider.Provider value={value}>
102
<BetaSchemaForm
103
layoutType={'QueryFilter'}
@@ -110,7 +110,7 @@ const Index: React.FC<{
110
/>
111
</ProProvider.Provider>
112
</Card>
113
+ <Card bodyStyle={{ paddingTop: 0 }}>
114
<div className={classnames('toolbar', 'toolbarExt')}>
115
<div className={'toolbarTitle'}>{title}</div>
116
<Space size={16}>
0 commit comments