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.
我正在使用引导程序和 jquery 验证。如果出现错误,内联图标将展开。我该如何解决?
注册页面
这是因为.help-block元素使父元素更高。
.help-block
尝试这个:
.help-block { position: absolute; top: 0; left: 5px; }