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

View File

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