|
@@ -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;
|