Skip to content

Commit

Permalink
fix: 修复样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Sep 1, 2024
1 parent 4f843ae commit b3ddfc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default {
},
{
type: 'Input',
label: 'value',
label: 'children',
name: ['formWrap', 'fieldNames', 'children'],
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/packages/Scene/SearchForm/Schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
},
// 组件样式
style: {
background: '#fff',
backgroundColor: '#ffffff',
padding: '20px 10px',
border: '1px solid #e6e6e6',
borderRadius: '3px',
Expand Down

0 comments on commit b3ddfc6

Please sign in to comment.