dev_ec
杨树林 6 years ago
parent 7561549fbe
commit 7422a97ad2

@ -421,7 +421,7 @@ class EcStudentList extends Component {
}</style>
<ul>
{
majorschoollist===undefined?
Myschoolstudents===undefined?
<div className="edu-txt-center color-grey-9 pt50">
<p className="mb20"><img className="edu-nodata-img mb20" src={getImageUrl("images/educoder/nodata.png")} /></p>
<p>学生数据为空请导入数据</p>
@ -465,7 +465,7 @@ class EcStudentList extends Component {
</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 idpagin"} pageSize={20} showQuickJumper current={1} total={majorschoollist&&majorschoollist.students&&majorschoollist.students.length} onChange={this.showecStudentList} />
majorschoollist&&majorschoollist.students&&majorschoollist.students.length===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>

@ -1,6 +1,5 @@
.pagelistStudentList{
position: absolute;
padding-left: 40%;
}
.relative{

Loading…
Cancel
Save