第一次输入时,项目的排列是可以的,但是如果我刷新它,就会搞砸

发布于 2024-09-18 11:49:08 字数 154 浏览 13 评论 0原文

请参考*** 第一次输入时,项目的排列是可以的(三个项目为一行),但如果我刷新它,它就会搞砸
有人能给我指点方向吗?
提前致谢 !

编辑: 刷新和使用链接进入有什么区别吗? 编辑:
此问题仅发生在 Chrome 浏览器中

Please refer to ***
When first time enter the arrangement of items is OK(three items as a row), but if I refresh it it will screw up
Can someone point me any direction ?
Thanks in advance !

Edit:
Is there any differences between refresh and using the link to enter ?
Edit:
This problem only happen in Chrome browser

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

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

发布评论

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

评论(1

前事休说 2024-09-25 11:49:08

请确保将所有 CSS 文件包含在文档头部的 JS 文件上方。在基于 webkit 的浏览器(例如 Safari 和 Chrome)中,如果 CSS 包含在 JS 下面,有时计算尺寸会出现问题。

Please ensure that you include all of your CSS files above the JS files in the head of your document. In webkit based browsers (e.g. Safari and Chrome) there is sometimes problems calculating dimensions if the CSS is included below the JS.

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