浏览代码

Merge branch 'dev/v1.0.67_zsy' of jianyu/web into feature/v1.0.67

zhangsiya 10 月之前
父节点
当前提交
bd29015573

+ 3 - 0
apps/bigmember_pc/src/views/workspace/components/AnalysisReport.vue

@@ -50,5 +50,8 @@ export default {
   .card-content {
   .card-content {
     padding: 4px 12px 12px;
     padding: 4px 12px 12px;
   }
   }
+  .list-item {
+    cursor: pointer;
+  }
 }
 }
 </style>
 </style>

+ 3 - 0
apps/bigmember_pc/src/views/workspace/components/NewsList.vue

@@ -54,5 +54,8 @@ export default {
   .card-content {
   .card-content {
     padding: 4px 12px 12px;
     padding: 4px 12px 12px;
   }
   }
+  .list-item {
+    cursor: pointer;
+  }
 }
 }
 </style>
 </style>

+ 3 - 0
apps/bigmember_pc/src/views/workspace/components/SubscribeList.vue

@@ -187,5 +187,8 @@ export default {
   .card-content {
   .card-content {
     padding: 4px 12px 12px;
     padding: 4px 12px 12px;
   }
   }
+  .list-item {
+    cursor: pointer;
+  }
 }
 }
 </style>
 </style>