当前位置: 首页 > 知识库问答 >
问题:

前端 - antdProComponents相关:proTable自带的搜索组件title怎么添加?

司毅庵
2023-08-15

这是ui图,上面的搜索组件是proTable自带的,暴露出来的API没有能实现左上角“检索”两个字的,有没有其他方法可完成的,提前感谢

共有1个答案

屠钊
2023-08-15

上方增加一个 div。

margin-bottom: -24 把 table 的 margin 抵消

image.png


然后微调就行了。当然也可以看看源码里面有没有特殊的 slot

image.png

 类似资料: