dev_newshixunModel
hjm 5 years ago
parent 1b23d59117
commit 9980a82781

@ -489,6 +489,9 @@ class PathDetailIndex extends Component{
.padding40-20-30{
padding:40px 20px 30px;
}
.pathDetailIndex .markdown-body > p {
line-height: 28px;
}
`
}
</style>
@ -501,7 +504,7 @@ class PathDetailIndex extends Component{
loadtype={loadtype}
>
</Modals>
<div className="newMain clearfix">
<div className="newMain clearfix pathDetailIndex">
<DetailTop {...this.state} {...this.props} getdatasindex={(key)=>this.getdatasindex(key)} getMenuItemsindex={(key,status)=>this.getMenuItemsindex(key,status)} getlistdatas={()=>this.getlistdatas()}></DetailTop>
<div className="educontent clearfix mb80">
<div className="with65 fl">

Loading…
Cancel
Save