Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c11f0d4d
authored
2023-02-08 11:04:23 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:头部样式修改
1 parent
b4c29340
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
src/layout/components/Navbar.vue
src/layout/components/Sidebar/sidebarLeft.vue
src/layout/components/Navbar.vue
View file @
c11f0d4
...
...
@@ -66,13 +66,24 @@ export default {
.sidebarLeft
{
position
:
relative
;
top
:
13px
;
left
:
10px
;
width
:
30%
;
}
/
deep
/
.el-menu
{
display
:
flex
;
justify-content
:
space-between
;
}
/
deep
/
.el-menu-item
{
flex
:
1
;
width
:
100%
;
}
.sidebarRight
{
position
:
relative
;
left
:
10px
;
top
:
13px
;
width
:
30%
;
padding-left
:
20px
;
}
//
导航选中背景色
...
...
src/layout/components/Sidebar/sidebarLeft.vue
View file @
c11f0d4
<
template
>
<el-menu
router
:default-active=
"activeMenu"
mode=
"horizontal"
menu-trigger=
"click"
>
<el-menu
router
:default-active=
"activeMenu"
mode=
"horizontal"
>
<!-- 权限菜单 -->
<sidebar-item
v-for=
"route in permission_routes.slice(1, 4)"
:key=
"route.path"
:item=
"route"
:base-path=
"route.path"
/>
...
...
Please
register
or
sign in
to post a comment