inleft
2022-08-04 00e46dcc41d259b33e6c6c9771b7e2fe2ab95401
src/components/group/articleList.vue
@@ -38,16 +38,16 @@
</script>
<style lang="less">
   .container {
      height: 700px;
   }
   // .container {
   //    height: 700px;
   // }
   .content {
      height: 95%;
      overflow-y: scroll;
   }
   // .content {
   //    height: 95%;
   //    overflow-y: scroll;
   // }
   .content::-webkit-scrollbar {
      display: none;
   }
   // .content::-webkit-scrollbar {
   //    display: none;
   // }
</style>