Commit 5d1703bb by zhanghaozhe

ml

parent 18ae0bf5
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
li:last-child { li:last-child {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 38px; //margin-top: 38px;
margin-bottom: 0; margin-bottom: 0;
button { button {
width: 94px; width: 94px;
......
...@@ -131,7 +131,7 @@ class MLClass extends Component { ...@@ -131,7 +131,7 @@ class MLClass extends Component {
return ( return (
<> <>
<HeaderBar <HeaderBar
title='ML小课' title='机器学习小课 第一期'
arrow={true} arrow={true}
home={true} home={true}
/> />
...@@ -286,7 +286,7 @@ function PythonContent(props) { ...@@ -286,7 +286,7 @@ function PythonContent(props) {
{ {
entryMode === 1 && entryMode === 1 &&
<Link className="python-button python-button__study" to={`/ml?id=${course_id}`}>我也要学ML</Link> <Link className="python-button python-button__study" to={`/ml?id=${course_id}`}>我也要学 机器学习</Link>
} }
</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