Browse Source

update code

master
guzhenfu 2 years ago
parent
commit
9b048b32a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/view/km.vue

+ 1
- 1
src/view/km.vue View File

@@ -24,7 +24,7 @@
</el-col>

<el-col :span="20" v-if="activeIndex == 0 || activeIndex == 1">
<el-card class="article" shadow="never" style="border-radius: 8px" >
<el-card class="article" shadow="never" style="border-radius: 8px;margin: 0 10px;" >
<h2 class="title">{{activeItem.title}}</h2>
<div class="info">作者:{{activeItem.author}}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;发布日期:{{activeItem.publishTime}}</div>
<div class="content" v-html="activeItem.content"></div>


Loading…
Cancel
Save