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
邱骏
2020-04-29 14:09:09 +0800
Commit
af00e79554d407333402cf1d1bde07578f15b245
2 parents
0aba53fc
352d2680
Merge branch 'hotfix/fix-sstyles' into 'develop'
修改头部样式 See merge request
!137
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
apps/components/widgets/widget-follow.vue
apps/pages/article/article-detail.vue
apps/pages/article/components/article/article-item-header.vue
apps/components/widgets/widget-follow.vue
View file @
af00e79
...
...
@@ -129,7 +129,7 @@ export default {
<style lang="scss" scoped>
.btn-follow {
min-width: 1
1
0px;
min-width: 1
0
0px;
height: 50px;
padding: 0 10px;
font-size: 24px;
...
...
apps/pages/article/article-detail.vue
View file @
af00e79
...
...
@@ -610,7 +610,7 @@ export default {
}
/deep/ .opts {
padding-right:
1
0px;
padding-right:
2
0px;
}
}
...
...
apps/pages/article/components/article/article-item-header.vue
View file @
af00e79
...
...
@@ -102,8 +102,8 @@ export default {
overflow: hidden;
.widget-avatar {
width: 70px;
height: 70px;
width: 60px;
height: 60px;
display: block;
}
...
...
Please
register
or
login
to post a comment