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 响应式设计技术来影响这些元素。
@media only screen and (min-width : 320px) { a[data-inline=true] { display:inline; } }
现在简单地使用display: inline-block实际上对我有用。
display: inline-block