Commit 9592f809 by wangshuo

减少DOM元素

parent a41816d5
...@@ -96,7 +96,7 @@ export default class PythonDes extends Component { ...@@ -96,7 +96,7 @@ export default class PythonDes extends Component {
<Test practice={this.props.practice} allPracticeShow={this.props.allPracticeShow} show={this.props.show} hide={this.props.hide}></Test> <Test practice={this.props.practice} allPracticeShow={this.props.allPracticeShow} show={this.props.show} hide={this.props.hide}></Test>
<Team /> <Team />
<Experience /> <Experience />
<div style={{height: '8px'}}><img style={{width: '100%', height: '8px'}} src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/changjian.png" alt=""/></div> <img style={{display: 'block', width: '100%', height: '8px'}} src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/changjian.png" alt=""/>
<Progream /> <Progream />
</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