gpt4 book ai didi

html - 移动版 Chrome 中完美对齐的元素之间出现意外情况(间隙?)

转载 作者:行者123 更新时间:2023-11-28 03:49:35 25 4
gpt4 key购买 nike

我注意到,如果我在移动设备上使用 Chrome 浏览器或在桌面设备上将其切换到移动模式(在开发人员工具中),它会在完全对齐的 div 之间呈现一些东西而没有间隙(请参阅随附的屏幕截图)。重现步骤非常简单,只需使用此 HTML 代码:

<!DOCTYPE html>
<html>
<head>
<style>
div > div {
font-size: 2rem;
padding: 2rem;
background-color: cornflowerblue;
}
</style>
</head>
<body>
<div id="div2">
<div>test</div>
<div>test</div>
<div>test</div>
</div>
</body>
</html>

这是一个 Chrome 错误吗?我试图找到一些东西但失败了。这很烦人。有什么解决方法吗?

Screenshot in normal mode

Screenshot with mobile development on

最佳答案

一种解决方案是为父容器的背景着色。

#div2 {
background-color: cornflowerblue;
}

关于html - 移动版 Chrome 中完美对齐的元素之间出现意外情况(间隙?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48347531/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com