|
|
|
@ -1256,7 +1256,7 @@ class TPMBanner extends Component {
|
|
|
|
|
{this.state.Senttothevcaluetype === true ? <div className={"color-red"}>请选择你要发送的课堂</div> : ""}
|
|
|
|
|
<div className="mt10 marginauto" style={{display: courses_count > 12 ? "block" : "none"}}>
|
|
|
|
|
<Pagination size="small" className="mb20"
|
|
|
|
|
showQuickJumper defaultCurrent={1} current={pages} pageSize={12}
|
|
|
|
|
showQuickJumper defaultCurrent={1} current={pages} pageSize={10}
|
|
|
|
|
total={courses_count} onChange={this.onChangesendeSenttothe}/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|