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 做到这一点?我试过漂浮;那没有用,我对定位有点警惕。
谢谢您的帮助!
尝试添加display: inline-block到.styled-select和labelcss 规则。
display: inline-block
.styled-select
label