vbox、hbox 内的 Flex 间距

发布于 2024-08-05 00:39:45 字数 87 浏览 4 评论 0原文

hbox 和 vbox 中的孩子之间有间距,

如何删除这个空白空间?

我需要在 hbox 或 vbox 的子元素之间有 0 间距

children inside hbox and vbox have spacing between them,

how do you remove this empty space?

I need to have 0 space between child elements of a hbox or vbox

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我不会写诗 2024-08-12 00:39:45

将 VerticalGap/horizo​​ntalGap 属性设置为 0。

Set the verticalGap/horizontalGap properties to 0.

隐诗 2024-08-12 00:39:45

您可能仍然应该将horizo​​ntalGap设置为0,然后将paddingLeft和paddingRight添加到所有需要间距的元素......

You should probably still set the horizontalGap to 0, and than add paddingLeft and paddingRight to all the elements that need spacing...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文