@@ -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>
</template>