bootstapvue表粘性标头小缺陷/缺陷
最近,我遇到了Bootstrapvue Lib的粘性头部功能的问题,我找不到可以自定义的方法以使其正常工作。
这是:
<div id="app">
<div>
<b-table style="max-height: 50vh;" sticky-header bordered :items="items"></b-table>
</div>
</div>
=“ https://jsfiddle.net/2ctpxq84/1/”差距(我会说是1px),因为它的眼睛痛苦:D
我尝试在浏览器中检查它,甚至找不到该标头框。.
我会要求任何CSS主人帮助这一点,以将此差距降低到零:)
I recently met a problem with sticky-header function of BootstrapVue lib and I cannot find what to customize to make it work correctly.
Here is the thing:
Jsfiddle
<div id="app">
<div>
<b-table style="max-height: 50vh;" sticky-header bordered :items="items"></b-table>
</div>
</div>
If you scroll down table you will see that above 'sticky-header' there is a rly small gap (I would say its 1px) by its pain in the eyes :D
I tryed inspect it in browser by cannot even find that header box..
And I would ask any CSS master to help with this to reduce this gap to zero :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以帮助您:
This could help you: