Commit 231158c8b96df7cda1db685065e8a22d3fa5fa86

Authored by liwei2917
1 parent f04cc756

修改审核云点击用户信息效果展示

src/main/resources/templates/common/frame.html
... ... @@ -16,6 +16,9 @@
16 16 $("#dropdown-menu").toggle();
17 17 });
18 18 });
  19 + $(document).bind("click",function(){
  20 + $('#dropdown-menu').hide();
  21 + });
19 22 </script>
20 23 <nav class="navbar navbar-static-top" role="navigation">
21 24 <!-- Sidebar toggle button-->
... ...