element-plus [Feature Request] [New Component] 编辑按钮超过一定数量就折叠到一个更多菜单

shstlldc  于 2022-11-05  发布在  其他
关注(0)|答案(1)|浏览(142)

Feature type:New Component

Details

  • New component name: ElButtonsFold

Description

<template>
<el-buttons-fold :max="3">
  <el-button>按钮1</el-button>
  <el-button>按钮2</el-button>
  <el-button>按钮3</el-button>
  <el-button>按钮4</el-button>
</el-buttons-fold>
</template>

Additional comments

支持max属性,第三个按钮后面的将会折叠到一个更多的按钮里面,点击是一个下拉菜单,这个功能很常见

相关问题