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
邱骏
2020-04-29 16:53:05 +0800
Commit
0b4b03e17a08d38a163d1bcee00468947e0b827f
1 parent
9df95811
长文章无标签底部增加padding
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 @
0b4b03e
...
...
@@ -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 @
0b4b03e
...
...
@@ -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