Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
2016-08-26 11:05:46 +0800
Commit
19363d1711fa85a97a93fc637fea47343efb9c13
1 parent
dfc9584c
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
public/vue/component/header.vue
public/vue/me/home.vue
public/vue/component/header.vue
View file @
19363d1
...
...
@@ -103,6 +103,10 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: absolute;
left: 0;
right: 0;
z-index: -1;
}
.blk-header-left {
...
...
public/vue/me/home.vue
View file @
19363d1
...
...
@@ -191,13 +191,6 @@
color: #000;
}
.blk-header-main {
position: absolute;
left: 0;
right: 0;
z-index: -1;
}
.top-box {
.blk-header {
background-color: transparent;
...
...
Please
register
or
login
to post a comment