Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
7e2c7251
Commit
7e2c7251
authored
Aug 05, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导航栏样式调整
parent
ad826819
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
AppMain.vue
src/views/layout/AppMain.vue
+1
-1
Levelbar.vue
src/views/layout/Levelbar.vue
+1
-1
Navbar.vue
src/views/layout/Navbar.vue
+7
-7
No files found.
src/views/layout/AppMain.vue
View file @
7e2c7251
<
template
>
<section
class=
"app-main"
style=
"min-height: 100%"
>
<section
class=
"app-main"
style=
"min-height: 100%
;padding-top:20px;
"
>
<transition
name=
"fade"
mode=
"out-in"
>
<router-view
:key=
"key"
></router-view>
</transition>
...
...
src/views/layout/Levelbar.vue
View file @
7e2c7251
...
...
@@ -39,7 +39,7 @@
.app-levelbar.el-breadcrumb
{
display
:
inline-block
;
font-size
:
14px
;
line-height
:
5
0px
;
line-height
:
7
0px
;
margin-left
:
10px
;
.no-redirect
{
color
:
#97a8be
;
...
...
src/views/layout/Navbar.vue
View file @
7e2c7251
...
...
@@ -72,12 +72,12 @@ export default {
-moz-box-shadow
:
1px
1px
3px
#ccc
;
-webkit-box-shadow
:
1px
1px
3px
#ccc
;
box-shadow
:
1px
1px
3px
#ccc
;
}
.navbar
{
height
:
5
0px
;
line-height
:
5
0px
;
height
:
7
0px
;
line-height
:
7
0px
;
border-radius
:
0
!
important
;
.hamburger-container
{
line-height
:
5
8px
;
height
:
5
0px
;
line-height
:
7
8px
;
height
:
7
0px
;
float
:
left
;
padding
:
0
10px
;
}
...
...
@@ -89,17 +89,17 @@ export default {
.screenfull
{
position
:
absolute
;
right
:
90px
;
top
:
1
6px
;
top
:
2
6px
;
color
:
red
;
}
.avatar-container
{
height
:
5
0px
;
height
:
7
0px
;
display
:
inline-block
;
position
:
absolute
;
right
:
35px
;
.avatar-wrapper
{
cursor
:
pointer
;
margin-top
:
5
px
;
margin-top
:
10
px
;
position
:
relative
;
.user-avatar
{
width
:
40px
;
...
...
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