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 中做到这一点,下面可能会完成这项工作
position:relative; top:10px; /* adjust as needed */