Vaadin 使用 CSS 分隔 v.tabsheet 中的选项卡
如何简单地分隔 vaadin 选项卡中每个选项卡之间的宽度?我看过 v-tabsheet spacetd 但 CSS 不适合此功能?
How can I simply space out the width between each tab in a vaadin tabsheet? I have looked at the v-tabsheet spacetd but that CSS is not meant for this functionality?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过在 v-tabsheet-tabitemcell 选择器上添加 padding-right 来实现此目的。这将导致选项卡的间距增大,但您需要更新背景图像以使其看起来更好。
整个选项卡表头的背景可以应用于“.v-tabsheet-tabs tr”选择器。
You could probably accomplish this by adding padding-right on the v-tabsheet-tabitemcell selector. This will cause the spacing of the tabs to grow, but you will need to update the background images to make it look good.
A background for the entire tabsheet header can be applied on the ".v-tabsheet-tabs tr" selector.