fix: 表单布局方式为top时,查询组件按钮位置错位

This commit is contained in:
jinxu 2023-12-06 18:03:58 +08:00
parent f06370e4e3
commit ca983590da
1 changed files with 3 additions and 0 deletions

View File

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