Showing
2 changed files
with
3 additions
and
2 deletions
@@ -67,7 +67,8 @@ export default { | @@ -67,7 +67,8 @@ export default { | ||
67 | <style lang="scss" scoped> | 67 | <style lang="scss" scoped> |
68 | .article-item-topics { | 68 | .article-item-topics { |
69 | width: 100%; | 69 | width: 100%; |
70 | - margin-top: 32px; | 70 | + |
71 | + /* margin-top: 32px; */ | ||
71 | 72 | ||
72 | /* line-height: 60px; */ | 73 | /* line-height: 60px; */ |
73 | padding-left: 30px; | 74 | padding-left: 30px; |
@@ -413,7 +413,7 @@ export default { | @@ -413,7 +413,7 @@ export default { | ||
413 | 413 | ||
414 | .article-context { | 414 | .article-context { |
415 | padding-top: calc(env(safe-area-inset-top)); | 415 | padding-top: calc(env(safe-area-inset-top)); |
416 | - padding-bottom: 0; | 416 | + padding-bottom: 40px; |
417 | } | 417 | } |
418 | 418 | ||
419 | .context-title { | 419 | .context-title { |
-
Please register or login to post a comment