inleft
2022-08-09 146176c4bfc7e936026fc02d96fdc175738d9e14
src/components/group/MyMessage.vue
@@ -74,7 +74,7 @@
            visible: false,
            loading: false,
            pageNo: 1,
            pageSize: 5,
            pageSize: 4,
            showButton: true,
            refresh: false,
         }
@@ -91,7 +91,7 @@
         reload() {
            this.$message.info("重新拉取信息..")
            this.pageNo = 1;
            this.pageSize = 5;
            this.pageSize = 4;
            this.showButton = true;
            this.dataList = [];
            setTimeout(() => {
@@ -143,12 +143,6 @@
   }
   .myhiden {
      display: -webkit-container;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
      overflow: hidden;
   }
   a {
      color: black;