Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
1ce8cfd7
Commit
1ce8cfd7
authored
Dec 31, 2021
by
唐贵贤
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
d50e83ef
5d098cc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
SideMenu.vue
src/views/Layout/SideMenu.vue
+5
-1
index.vue
src/views/Layout/index.vue
+1
-1
No files found.
src/views/Layout/SideMenu.vue
View file @
1ce8cfd7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<el-button
icon=
"el-icon-s-unfold"
v-else
@
click=
"openMenu"
></el-button>
<el-button
icon=
"el-icon-s-unfold"
v-else
@
click=
"openMenu"
></el-button>
<c-search-input
v-show=
"menuOpen"
></c-search-input>
<c-search-input
v-show=
"menuOpen"
></c-search-input>
</div>
</div>
<c-content
:height=
"
0
"
>
<c-content
:height=
"
menusHeight
"
>
<el-menu
<el-menu
:default-active=
"activeMenu"
:default-active=
"activeMenu"
class=
"el-menu-vertical-demo"
class=
"el-menu-vertical-demo"
...
@@ -109,6 +109,7 @@ export default {
...
@@ -109,6 +109,7 @@ export default {
{
inifrm
:
"infusr"
,
ininam
:
"用户信息"
,
pntmiu
:
"10"
},
{
inifrm
:
"infusr"
,
ininam
:
"用户信息"
,
pntmiu
:
"10"
},
],
],
menus
:
[],
menus
:
[],
menusHeight
:
0
};
};
},
},
computed
:
{
computed
:
{
...
@@ -125,6 +126,9 @@ export default {
...
@@ -125,6 +126,9 @@ export default {
})
})
}
}
},
},
created
()
{
this
.
menusHeight
=
60
+
46
+
8
;
},
mounted
()
{
mounted
()
{
const
arr
=
[];
const
arr
=
[];
this
.
generateMenuTree
(
arr
);
this
.
generateMenuTree
(
arr
);
...
...
src/views/Layout/index.vue
View file @
1ce8cfd7
...
@@ -61,7 +61,7 @@ export default {
...
@@ -61,7 +61,7 @@ export default {
transition
:
width
300ms
;
transition
:
width
300ms
;
/* overflow: hidden; */
/* overflow: hidden; */
overflow
:
unset
;
overflow
:
unset
;
padding-bottom
:
68px
;
/* padding-bottom: 68px; */
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
</
style
>
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment