Authored by shuaiguo

Merge remote-tracking branch 'origin/hotfix/fix-sstyles' into develop

... ... @@ -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;
... ...
... ... @@ -413,7 +413,7 @@ export default {
.article-context {
padding-top: calc(env(safe-area-inset-top));
padding-bottom: 0;
padding-bottom: 40px;
}
.context-title {
... ...