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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
6 years ago
Commit
8238037e7b5ec39c5a5425a004503138ab79b51b
1 parent
ff93a81a
fix style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
apps/pages/userpage/components/author-article-item.vue
apps/pages/userpage/components/author.vue
apps/pages/userpage/components/author-article-item.vue
View file @
8238037
...
...
@@ -128,8 +128,8 @@ export default {
}
.avatar {
width: 60px;
height: 60px;
width: 40px;
height: 40px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
...
...
@@ -151,7 +151,7 @@ export default {
}
.fav {
line-height:
6
0px;
line-height:
4
0px;
.btn-selected > .icon-btn-text {
color: #d90025!important;
...
...
apps/pages/userpage/components/author.vue
View file @
8238037
...
...
@@ -515,7 +515,7 @@ export default {
display: flex;
justify-content: flex-end;
padding-top: 4px;
padding-right:
54
px;
padding-right:
46
px;
li {
margin-left: 140px;
...
...
@@ -565,12 +565,13 @@ export default {
text-align: right;
.operate-btn {
width: calc(100%
- 2
0px);
width: calc(100%
+ 1
0px);
height: 50px;
font-size: 23px;
line-height: 50px;
display: inline-block;
box-sizing: border-box;
float: right;
}
.btn-user-edit {
...
...
Please
register
or
login
to post a comment