<el-button size="small">默认按钮</el-button>
<el-button type="{{ item.type }}" icon="{{ item.icon }}" size="small">{{ item.text }}</el-button>
<el-button type="primary" size="small">下一页<i class="el-icon-arrow-right el-icon--right" /></el-button>