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
ff2204e9df4d4e3be03a73e2217c2b4a99c178d9
1 parent
3abc0adb
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
apps/pages/userpage/components/user-list.vue
apps/pages/userpage/components/user-list.vue
View file @
ff2204e
...
...
@@ -17,7 +17,7 @@
</div>
<div class="option-btn" :class="{'follow': item.isAttention}">
<WidgetFollow class="click-wrap" :author-uid="item.authorUid" :author-type="item.authorType" :follow="item.isAttention" @on-follow="follow => onFollow(follow, index)"></WidgetFollow>
{{item.isAttention ? '
取消
关注' : followName}}
{{item.isAttention ? '
已
关注' : followName}}
</div>
</div>
</div>
...
...
@@ -136,8 +136,13 @@ export default {
}
.name {
max-width: 370px;
font-size: 28px;
line-height: 1.4;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.extra {
...
...
Please
register
or
login
to post a comment