Merge pull request #375 from isJx/feat/jx

fix: 表单布局方式为top时,查询组件按钮位置错位
This commit is contained in:
Archer 2023-12-07 09:58:36 +08:00 committed by GitHub
commit 1e5c2d5f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ const newSchema = computed(() => {
/>
</div>
)
},
label: () => {
return <span>&nbsp;</span>
}
}
}