|
|
|
@ -237,7 +237,7 @@ class SecondTab extends Component{
|
|
|
|
|
<div className="clearfix panelForm-2">
|
|
|
|
|
<div className="with60 pr40 fl">
|
|
|
|
|
<div className="static_shadow edu-back-white">
|
|
|
|
|
<p className="font-24 padding30-20">实训使用详情</p>
|
|
|
|
|
<div className="font-24 padding30-20">实训使用详情</div>
|
|
|
|
|
<div className="minH-440" id="tableHeight">
|
|
|
|
|
<table className="edu-pop-table head-color edu-txt-center bor-top-greyE" cellSpacing="0" cellPadding="0">
|
|
|
|
|
<thead>
|
|
|
|
@ -268,7 +268,17 @@ class SecondTab extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="with40 fl static_shadow edu-back-white">
|
|
|
|
|
<p className="font-24 padding30-20">实训学习统计</p>
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.padding23-20{
|
|
|
|
|
padding: 23px 20px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div className="font-24 padding23-20">实训学习统计</div>
|
|
|
|
|
{shixunList===undefined?<div id="showloding"
|
|
|
|
|
style={{"width":"480px","height":"440px"}}></div>:""}
|
|
|
|
|
{shixunList===undefined?"":<div id="shixunStudyStatistics"
|
|
|
|
|