reloaded 4 years ago
parent
commit
e17de1f925

+ 1 - 0
src/layout/index/jobs.vue

@@ -86,6 +86,7 @@ export default {
   text-overflow: ellipsis;
   white-space: nowrap;
   padding: 6px 0;
+  cursor: pointer;
 }
 .title span:first-child {
   display: inline-block;

+ 1 - 0
src/layout/index/notice.vue

@@ -94,6 +94,7 @@ export default {
   text-overflow: ellipsis;
   white-space: nowrap;
   padding: 6px 0;
+  cursor: pointer;
 }
 .title span:first-child {
   display: inline-block;

+ 1 - 0
src/layout/index/service.vue

@@ -95,6 +95,7 @@ export default {
   text-overflow: ellipsis;
   white-space: nowrap;
   padding: 6px 0;
+  cursor: pointer;
 }
 .title span:first-child {
   display: inline-block;

+ 2 - 1
src/layout/index/technology.vue

@@ -6,7 +6,7 @@
       </div>
     </el-col>
     <el-col :span="24">
-      <el-col :span="24" class="leftcontext" v-for="(item, index) in jishuList" :key="index" @click.native="jishu(item)">
+      <el-col :span="24" class="leftcontext" v-for="(item, index) in jishuList" :key="index" @click.native="keji(item)">
         <el-col :span="18" class="title"> <span></span>{{ item.title }} </el-col>
         <el-col :span="6" class="date">{{ item.date }}</el-col>
       </el-col>
@@ -94,6 +94,7 @@ export default {
   text-overflow: ellipsis;
   white-space: nowrap;
   padding: 6px 0;
+  cursor: pointer;
 }
 .title span:first-child {
   display: inline-block;