Commit 2ff3b4e1 by wangshuo

Merge branch 'pythonClass' into pre

parents 0f63cc30 46667fae
......@@ -43,7 +43,7 @@ export default class Study extends Component {
return (
<div className={'item__content'} key={index}>
<div className={'content order_number number_center'}>{item.number}</div>
<div className={'content chapter'}>{item.number}</div>
<div className={'content chapter'}>{item.name}</div>
<div className={'content points'}>{item.info.name}</div>
</div>
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment