最简单的解决方案是使用CSS。添加类似…
.dropdown:hover .dropdown-menu { display: block; margin-top: 0; // remove the gap so it doesn't close }
最简单的解决方案是使用CSS。添加类似…
.dropdown:hover .dropdown-menu { display: block; margin-top: 0; // remove the gap so it doesn't close }