Merge pull request #375 from isJx/feat/jx

fix: 表单布局方式为top时,查询组件按钮位置错位
master
Archer 2 years ago committed by GitHub
commit 1e5c2d5f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save