@@ -20,10 +20,9 @@ const live = [
component: () => import('../views/detail/detail.vue'),
},
// 专题研讨
-
{
path: '/live/semDetail',
- meta: { title: '信息详情', subSite: true },
+ meta: { title: '专题研讨详情', subSite: true },
name: 'live_semDetail',
component: () => import('../views/detail/semDetail.vue'),
@@ -121,6 +121,9 @@ export default {
return `${this.$route.meta.title}`;
+ metaInfo() {
+ return { title: this.$route.meta.title };
+ },
methods: {
...news(['fetch']),
...comment({ commentquery: 'query', commentCreate: 'create', commentUpdate: 'update' }),
@@ -1,8 +1,12 @@
<template>
<div id="assess">
- <el-col class="main">
- <p>科技评估服务</p>
- </el-col>
+ <el-row>
+ <div class="w_1200">
+ <el-col :span="24" class="main">
+ 科技评估服务
+ </el-col>
+ </div>
+ </el-row>
</div>
</template>
@@ -19,7 +23,12 @@ export default {
</script>
<style lang="less" scoped>
+.w_1200 {
+ width: 80%;
+ margin: 0 auto;
+}
.main {
min-height: 600px;
+ margin: 30pxs 0;
}
</style>
@@ -1,14 +1,12 @@
<div id="contract">
- <el-row>
- <div class="w_1200">
- <el-col :span="24" class="main">
- 合同在线服务
- </div>
- </el-row>
+ 合同在线服务
<div id="credit">
- <p>信誉认证服务</p>
+ 信誉认证服务
<div id="performance">
- <p>绩效评价服务</p>
+ 绩效评价服务
<div id="recommend">
- <p>智慧推荐服务</p>
+ 智慧推荐服务