chromesetting
杨树林 6 years ago
parent 6a19f4d7d2
commit d4dcb1ae7f

@ -749,7 +749,7 @@ class TPMBanner extends Component {
</li> </li>
</ul> </ul>
{ {
is_jupyter===false? this.props.is_jupyter===false?
<div className="pr fl" id="commentsStar" onMouseOver={() => this.showonMouseOver()} <div className="pr fl" id="commentsStar" onMouseOver={() => this.showonMouseOver()}
onMouseOut={() => this.hideonMouseOut()}> onMouseOut={() => this.hideonMouseOut()}>
<div className={"color-grey-c ml15"} style={{color: "#Fff", textAlign: "center"}}>学员评分</div> <div className={"color-grey-c ml15"} style={{color: "#Fff", textAlign: "center"}}>学员评分</div>

@ -460,9 +460,14 @@ class TPMDataset extends Component {
<div className="padding20 edu-back-white mt20 " style={{minHeight: '463px'}}> <div className="padding20 edu-back-white mt20 " style={{minHeight: '463px'}}>
<div className="sortinxdirection"> <div className="sortinxdirection">
<div className="tpmwidth"> {
<Checkbox checked={this.state.checked} onChange={this.mysonChange}>全选</Checkbox> data_sets_count>0?
</div> <div className="tpmwidth">
<Checkbox checked={this.state.checked} onChange={this.mysonChange}>全选</Checkbox>
</div>
:""
}
<div className="tpmwidth xaxisreverseorder"> <div className="tpmwidth xaxisreverseorder">
<style> <style>
{ {

@ -31,6 +31,7 @@
height:30px; height:30px;
background:#29BD8B; background:#29BD8B;
border-radius:3px; border-radius:3px;
cursor:pointer
} }
.challenbaocuntest{ .challenbaocuntest{
width:103px; width:103px;
@ -39,7 +40,7 @@
color:#FFFFFF; color:#FFFFFF;
text-align: center; text-align: center;
line-height:30px; line-height:30px;
cursor:default cursor:pointer
} }
.renwuxiangqdiv{ .renwuxiangqdiv{
width:72px; width:72px;

Loading…
Cancel
Save