Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
抱歉,如果我的帖子标题重复,因为我在其他主题上找不到我的问题的解决方案。我不知道为什么高度 css 与我的 div 无关。这让我发疯。希望有人可以帮助我。预先感谢。
这是我在 Codepen 的代码
将按钮的float: left设置更改为display: inline-block
float: left
display: inline-block
演示