美文网首页
js/html/vue页面如何显示多个空格

js/html/vue页面如何显示多个空格

作者: 蓝不蓝编程 | 来源:发表于2021-03-03 08:54 被阅读0次

解决方法:
增加一个pre标签,中间放多个空格。

<template>
  <div class>
    <div>
      <p>提示信息1<pre>     </pre>提示信息2</p>
    </div>
  </div>
</template>

<style lang="stylus">
pre {
  display: inline;
}
</style>

相关文章

网友评论

      本文标题:js/html/vue页面如何显示多个空格

      本文链接:https://www.haomeiwen.com/subject/nwofqltx.html