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>
标签:popover,el,宽度,怎么,设置
From: https://www.cnblogs.com/xxdmua/p/17584752.html