|
@@ -19,12 +19,13 @@
|
|
|
<span>{{ contInfos.title }}</span>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="fenTime">
|
|
|
- <el-col :span="12" class="fenxiang">
|
|
|
- <share></share>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12" class="date">
|
|
|
+ <el-col :span="4" class="date">信息来源:{{ contInfos.origin }} </el-col>
|
|
|
+ <el-col :span="15" class="date">
|
|
|
发布时间:{{ contInfos.meta && contInfos.meta.createdAt ? new Date(contInfos.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
</el-col>
|
|
|
+ <el-col :span="5" class="fenxiang">
|
|
|
+ <share></share>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="images" v-if="contInfos.pic">
|
|
|
<el-image style="width:800px;height:370px;" :src="contInfos.pic"></el-image>
|
|
@@ -110,7 +111,6 @@ p {
|
|
|
padding: 0 20px;
|
|
|
}
|
|
|
.date {
|
|
|
- text-align: right;
|
|
|
padding: 0 20px;
|
|
|
}
|
|
|
.images {
|