|
|
|
@ -363,7 +363,7 @@ class Boards extends Component{
|
|
|
|
|
|
|
|
|
|
<FilesListItem></FilesListItem> */}
|
|
|
|
|
|
|
|
|
|
<div className="mt20 edu-back-white padding20-30">
|
|
|
|
|
{isAdmin && <div className="mt20 edu-back-white padding20-30">
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
{isAdmin && <Checkbox className="fl" onChange={this.onCheckAll} checked={checkAllValue}>已选 {checkBoxValues.length} 个</Checkbox>}
|
|
|
|
|
<div className="studentList_operation_ul">
|
|
|
|
@ -410,6 +410,7 @@ class Boards extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
<style>{`
|
|
|
|
|
.panel-inner-fourm {
|
|
|
|
|
border-bottom: none;
|
|
|
|
|