Skip to content

Commit c07f01f

Browse files
author
hocgin
committed
dev
1 parent 9769109 commit c07f01f

File tree

1 file changed

+2
-2
lines changed
  • src/Promise/components/Schema/TreeSchemaConfig

1 file changed

+2
-2
lines changed

src/Promise/components/Schema/TreeSchemaConfig/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const Index: React.FC<{
9797
);
9898
return (
9999
<Space direction={'vertical'} className={prefixCls}>
100-
<Card>
100+
<Card bodyStyle={{ padding: 0 }}>
101101
<ProProvider.Provider value={value}>
102102
<BetaSchemaForm
103103
layoutType={'QueryFilter'}
@@ -110,7 +110,7 @@ const Index: React.FC<{
110110
/>
111111
</ProProvider.Provider>
112112
</Card>
113-
<Card>
113+
<Card bodyStyle={{ paddingTop: 0 }}>
114114
<div className={classnames('toolbar', 'toolbarExt')}>
115115
<div className={'toolbarTitle'}>{title}</div>
116116
<Space size={16}>

0 commit comments

Comments
 (0)