chenlei 5 months ago
parent
commit
3df362c34b
1 changed files with 1 additions and 3 deletions
  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>