|
|
|
@ -451,10 +451,21 @@ class EcStudentList extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.idpagin{
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div style={{width:'100%',position: 'relative'}}>
|
|
|
|
|
{
|
|
|
|
|
majorschoollist&&majorschoollist.students&&majorschoollist.students===0||majorschoollist&&majorschoollist.students&&majorschoollist.students.length<51?"": <Pagination size="small" className={"pagelistStudentList mt30"} pageSize={20} showQuickJumper current={1} total={majorschoollist&&majorschoollist.students&&majorschoollist.students.length} onChange={this.showecStudentList} />
|
|
|
|
|
majorschoollist&&majorschoollist.students&&majorschoollist.students===0||majorschoollist&&majorschoollist.students&&majorschoollist.students.length<51?"": <Pagination size="small" className={"pagelistStudentList mt30 idpagin"} pageSize={20} showQuickJumper current={1} total={majorschoollist&&majorschoollist.students&&majorschoollist.students.length} onChange={this.showecStudentList} />
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|