inleft
2022-02-28 9c695b19fc896c497c20bda6089f824c1705836c
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>