Authored by shuaiguo

Merge remote-tracking branch 'refs/remotes/origin/feature/long-article-save-image' into develop

@@ -386,7 +386,7 @@ export default { @@ -386,7 +386,7 @@ export default {
386 } 386 }
387 387
388 .article-context { 388 .article-context {
389 - padding-top: calc(env(safe-area-inset-bottom) + 30px); 389 + padding-top: calc(env(safe-area-inset-top) + 30px);
390 padding-bottom: 30px; 390 padding-bottom: 30px;
391 } 391 }
392 392