|
|
|
@ -195,8 +195,14 @@ function CourseGroupListTable(props) {
|
|
|
|
|
const columns = buildColumns()
|
|
|
|
|
return (
|
|
|
|
|
<React.Fragment>
|
|
|
|
|
<style>{`
|
|
|
|
|
.groupListTable .ant-badge-status-processing {
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
}
|
|
|
|
|
`}</style>
|
|
|
|
|
{/* onChange={onTableChange} */}
|
|
|
|
|
<Table columns={columns} dataSource={course_groups} pagination={false}></Table>
|
|
|
|
|
<Table columns={columns} dataSource={course_groups} pagination={false} className="groupListTable"></Table>
|
|
|
|
|
|
|
|
|
|
</React.Fragment>
|
|
|
|
|
)
|
|
|
|
|