chenlei 5 月之前
父节点
当前提交
3df362c34b
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/hotspot/views/hotspot/index.st.vue

+ 1 - 3
src/hotspot/views/hotspot/index.st.vue

@@ -96,9 +96,7 @@
     </div>
 
     <el-scrollbar :height="200" style="margin-top: 20px; height: 200px; flex-shrink: 0">
-      <div class="hotspot-page-info">
-        <p>{{ myTxt }}</p>
-      </div>
+      <div class="hotspot-page-info" v-html="myTxt" />
     </el-scrollbar>
   </div>
 </template>