zs 1 year ago
parent
commit
12d776eea4
3 changed files with 4 additions and 0 deletions
  1. 1 0
      src/views/achievement/index.vue
  2. 2 0
      src/views/brain/index.vue
  3. 1 0
      src/views/demand/index.vue

+ 1 - 0
src/views/achievement/index.vue

@@ -572,6 +572,7 @@ const sizeChange = (limits) => {
 
       .name:hover {
         color: #2374ff;
+        cursor: pointer;
       }
 
       .other {

+ 2 - 0
src/views/brain/index.vue

@@ -223,6 +223,7 @@ const sizeChange = (limits) => {
             display: block;
             line-height: 24px;
             margin-bottom: 20px;
+            cursor: pointer;
           }
           .right_2 {
             margin-bottom: 20px;
@@ -279,6 +280,7 @@ const sizeChange = (limits) => {
             PingFang SC;
           font-weight: 400;
           color: #666;
+          cursor: pointer;
         }
       }
       .content {

+ 1 - 0
src/views/demand/index.vue

@@ -502,6 +502,7 @@ const sizeChange = (limits) => {
 
       .name:hover {
         color: #2374ff;
+        cursor: pointer;
       }
 
       .other {