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
shuaiguo
2020-05-06 14:25:31 +0800
Commit
fc9fed81c4f40609f441aa5c799f430a7f15899a
2 parents
6fdbda97
0b4b03e1
Merge remote-tracking branch 'origin/hotfix/fix-sstyles' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/pages/article/components/article/article-item-topics.vue
apps/pages/article/components/detail/article-long.vue
apps/pages/article/components/article/article-item-topics.vue
View file @
fc9fed8
...
...
@@ -67,7 +67,8 @@ export default {
<style lang="scss" scoped>
.article-item-topics {
width: 100%;
margin-top: 32px;
/* margin-top: 32px; */
/* line-height: 60px; */
padding-left: 30px;
...
...
apps/pages/article/components/detail/article-long.vue
View file @
fc9fed8
...
...
@@ -413,7 +413,7 @@ export default {
.article-context {
padding-top: calc(env(safe-area-inset-top));
padding-bottom:
0
;
padding-bottom:
40px
;
}
.context-title {
...
...
Please
register
or
login
to post a comment