Sign in
周伟鹏
/
cnlive_shenhe
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
231158c8b96df7cda1db685065e8a22d3fa5fa86
Authored by
liwei2917
2019-10-11 18:04:14 +0800
1 parent
f04cc756
修改审核云点击用户信息效果展示
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/resources/templates/common/frame.html
src/main/resources/templates/common/frame.html
View file @
231158c
...
...
@@ -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-->
...
...