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属性,第三个按钮后面的将会折叠到一个更多的按钮里面,点击是一个下拉菜单,这个功能很常见
1条答案
按热度按时间juzqafwq1#
Please see #7324