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.
在包含网格的 2 个 div 上使用 css display inline 不起作用
为您的 div 指定宽度,并根据您的要求使用“float:left”或“right”。不要对 div 使用“内联”
例如 CSS:
div { width: 100px; float: left; }