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

master
jinxu 2 years ago
parent f06370e4e3
commit ca983590da

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

Loading…
Cancel
Save