diff --git a/src/components/global.less b/src/components/global.less index 75c6e8e2..6efd1df1 100644 --- a/src/components/global.less +++ b/src/components/global.less @@ -1,7 +1,7 @@ @import './index.less'; body { - overflow-y: scroll!important; + overflow-y: scroll; padding: 0!important; } diff --git a/src/views/comment/CommentList.vue b/src/views/comment/CommentList.vue index 7f6a9d9e..deca0d45 100644 --- a/src/views/comment/CommentList.vue +++ b/src/views/comment/CommentList.vue @@ -53,7 +53,10 @@