Authored by 邱骏

长文章无标签底部增加padding

@@ -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 {