fix: 表单布局方式为top时,查询组件按钮位置错位
This commit is contained in:
parent
f06370e4e3
commit
ca983590da
|
@ -88,6 +88,9 @@ const newSchema = computed(() => {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
},
|
||||||
|
label: () => {
|
||||||
|
return <span> </span>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue