el-popover怎么设置宽度

el-popover怎么设置宽度

<el-popover
  ref="popoverRef"
  :virtual-ref="buttonRef"
  trigger="click"
  :title="t('Hideandshowcolumns')"
  virtual-triggering
  :hide-after="parseInt('10')"
  :transition="popoverTransition"
  width="300px"
>
  <!-- Popover 内容 -->
</el-popover>

posted @ 2023-07-27 13:57  yjxQWQ  阅读(1601)  评论(1编辑  收藏  举报