瀏覽代碼

modified: src/views/details.vue

asd123a20 2 年之前
父節點
當前提交
cdd621c6a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/details.vue

+ 1 - 1
src/views/details.vue

@@ -3,7 +3,7 @@
     <breadcrumb ref="breadcrumb"></breadcrumb>
     <img class="thumbnail" v-if="isshow" :src="contentsItem.thumbnail">
     <h1 class="title">{{ contentsItem.title }}</h1>
-    <h2 class="title" v-if="contentsItem && contentsItem.curtTitle">{{ contentsItem.curtTitle }}</h2>
+    <h3 class="title" v-if="contentsItem && contentsItem.curtTitle">{{ contentsItem.curtTitle }}</h3>
     <!-- <span class="describe">{{ contentsItem.describe }}</span> -->
     <span class="date">发表时间: {{ contentsItem.updateAt | dates }}<span class="visit">访问量: {{ contentsItem.visit }}</span></span>
     <div class="content" v-html="contentsItem.content"></div>