Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
TaoHuang
2019-02-21 19:52:11 +0800
Commit
4ba6775d33b01981f41f351860300743f8b95d7a
2 parents
67d71d2f
c61c493b
Merge remote-tracking branch 'origin/master'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
apps/components/layouts/layout-header.vue
apps/pages/userpage/author.vue
apps/components/layouts/layout-header.vue
View file @
4ba6775
...
...
@@ -75,6 +75,7 @@ export default {
color: #fff;
overflow: hidden;
display: flex;
align-items: stretch;
&.theme-white {
background-color: #fff;
...
...
@@ -87,6 +88,10 @@ export default {
color: #fff;
}
> * {
position: relative;
}
.flex {
display: flex;
align-items: center;
...
...
apps/pages/userpage/author.vue
View file @
4ba6775
...
...
@@ -311,9 +311,11 @@
}
.header-author {
width: 100%;
height: 100%;
position: relative;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
.flex {
height: 100%;
...
...
@@ -402,11 +404,12 @@
.name {
position: absolute;
word-break: keep-all;
font-size: 20px;
font-weight: 300;
color: #9b9b9b;
margin-left: 50%;
word-break: keep-all;
white-space: nowrap;
> * {
position: relative;
...
...
Please
register
or
login
to post a comment