|
@@ -13,15 +13,14 @@
|
|
|
</el-col>
|
|
|
<!-- <el-col :span="24" align="right" style="font-size: 0.8rem;">插件</el-col> -->
|
|
|
<el-col :span="24" align="center" style="font-size: 1.5rem; padding-top: 1rem;">{{ info.title }}</el-col>
|
|
|
- <el-col :span="24" align="center" class="date">
|
|
|
- {{ info.meta && info.meta.createdAt ? new Date(info.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
+ <el-col :span="24" align="right" class="date">
|
|
|
+ 发布时间:{{ info.meta && info.meta.createdAt ? new Date(info.meta.createdAt).toLocaleDateString() : '' || '' }}
|
|
|
<!-- 点击人次:26125 -->
|
|
|
</el-col>
|
|
|
- <el-col :span="24" style="padding-top: 1rem;">
|
|
|
- <el-card class="box-card" shadow="never" style="padding-top: 1.5rem;">
|
|
|
- <el-card shadow="never" v-html="info.content"> </el-card>
|
|
|
- </el-card>
|
|
|
+ <el-col :span="24">
|
|
|
+ <el-image :src="info.picurl" width="100%"></el-image>
|
|
|
</el-col>
|
|
|
+ <el-col :span="24" style="padding-top: 1rem;" v-html="info.content"> </el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</template>
|