明梦爽
2022-01-26 894dd034da2c3b466f0ee80db36342d4b0d01ebc
src/components/page/News.vue
@@ -6,7 +6,7 @@
      <p>发布日期:{{ releaseTime }} 点击量:[ {{hits}} ]</p>
    </div>
    <hr>
    <div v-html="content" class="content"></div>
    <div v-html="content"></div>
  </div>
</template>
<script>
@@ -54,7 +54,4 @@
  height: 35px;
  line-height: 35px;
}
/* .content span{
  background-color: rgb(0, 0, 0);
} */
</style>