Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
Project
Project
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
Administrator
web-monitor
Commits
01018ee1
Commit
01018ee1
authored
Feb 14, 2019
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf[Navbar]: refine style
parent
b74ab40e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Navbar.vue
src/views/layout/components/Navbar.vue
+3
-3
No files found.
src/views/layout/components/Navbar.vue
View file @
01018ee1
<
template
>
<
el-menu
class=
"navbar"
mode=
"horizontal
"
>
<
div
class=
"navbar
"
>
<hamburger
:toggle-click=
"toggleSideBar"
:is-active=
"sidebar.opened"
class=
"hamburger-container"
/>
<breadcrumb
/>
<el-dropdown
class=
"avatar-container"
trigger=
"click"
>
...
...
@@ -18,7 +18,7 @@
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</
el-menu
>
</
div
>
</
template
>
<
script
>
...
...
@@ -54,7 +54,7 @@ export default {
.navbar
{
height
:
50px
;
line-height
:
50px
;
bo
rder-radius
:
0px
!
important
;
bo
x-shadow
:
0
1px
3px
0
rgba
(
0
,
0
,
0
,.
12
)
,
0
0
3px
0
rgba
(
0
,
0
,
0
,.
04
)
;
.hamburger-container
{
line-height
:
58px
;
height
:
50px
;
...
...
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