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>