明梦爽
2022-03-02 1861d195f7f3a7364c1099356858c94a6c0741e2
src/components/page/News.vue
@@ -3,10 +3,10 @@
    <!-- <p>{{ this.$route.query.id }}</p> -->
    <div class="header">
      <h2>{{ title }}</h2>
      <p>发布日期:{{ releaseTime }} 点击量:[ {{hits}} ]</p>
      <p>发布日期:{{ releaseTime }} 点击量:[ {{(hits+1)/2}} ]</p>
    </div>
    <hr>
    <div v-html="content"></div>
    <div v-html="content" class="ql-editor"></div>
  </div>
</template>
<script>
@@ -54,4 +54,11 @@
  height: 35px;
  line-height: 35px;
}
.ql-editor{
  padding: 12px 0px !important;
}
.ql-editor img{
  width: 600px;
  height: 400px;
}
</style>