vue+element 使用Popover弹出框content填写内容如何换行

<template>
        <el-popover
          placement="bottom-start"
          title="填写须知"
          width="200"
          trigger="hover">
          <p class="tipck">1. </p>
          <p class="tipck">2. </p>
          <p class="tipck">3. </p>
          <p class="tipck">4. </p>
          <el-button slot="reference">填写须知</el-button>
        </el-popover>
</template>

Popover组件官方文档链接

猜你喜欢

转载自blog.csdn.net/weixin_42964413/article/details/109103014
今日推荐