src/views/class-management/ClassStaff.vue
@@ -59,8 +59,8 @@ width="300px" > <template slot-scope="scope"> <el-button @click="handlerEditStudent(scope.row)" type="warning">编辑</el-button> <el-button @click="remove(scope.row.id)" type="danger">删除</el-button> <el-button @click="handlerEditStudent(scope.row)" type="warning" size="small">编辑</el-button> <el-button @click="remove(scope.row.id)" type="danger" size="small">删除</el-button> </template> </el-table-column> </el-table>