diff --git a/src/components/global.less b/src/components/global.less index 75c6e8e29..6efd1df15 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 7f6a9d9ec..deca0d45b 100644 --- a/src/views/comment/CommentList.vue +++ b/src/views/comment/CommentList.vue @@ -53,7 +53,10 @@