Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-21 13:42:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43170a480d69972093aaa1addadb9360c3a7bd72
43170a48
1 parent
9b51d9e1
菜单自适应显示优化
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/components/common/hagerHeader.vue
src/components/hagerMenu.vue
src/components/common/hagerHeader.vue
View file @
43170a4
<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-21 1
2:59:17
* @LastEditTime: 2024-10-21 1
3:42:16
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
...
...
@@ -448,6 +448,7 @@ export default {
},
openMenu () {
this.show_menu = !this.show_menu;
// TAG: 解决body滚动被禁止
if (this.show_menu) {
$('body').css('overflow', 'hidden');
} else {
...
...
src/components/hagerMenu.vue
View file @
43170a4
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment