Skip to content

Commit

Permalink
fix: 表单布局方式为top时,查询组件按钮位置错位
Browse files Browse the repository at this point in the history
  • Loading branch information
isJx committed Dec 6, 2023
1 parent f06370e commit ca98359
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Search/src/Search.vue
Expand Up @@ -88,6 +88,9 @@ const newSchema = computed(() => {
/>
</div>
)
},
label: () => {
return <span>&nbsp;</span>
}
}
}
Expand Down

0 comments on commit ca98359

Please sign in to comment.