Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
81bbe6ec
Commit
81bbe6ec
authored
Apr 03, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ml' into pre
parents
556bf5d5
5d1703bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/ml/pythomDes/InAction/index.scss
+1
-1
src/components/mlShare/index.js
+2
-2
No files found.
src/components/ml/pythomDes/InAction/index.scss
View file @
81bbe6ec
...
...
@@ -58,7 +58,7 @@
li
:last-child
{
display
:
flex
;
justify-content
:
center
;
margin-top
:
38px
;
//
margin-top: 38px;
margin-bottom
:
0
;
button
{
width
:
94px
;
...
...
src/components/mlShare/index.js
View file @
81bbe6ec
...
...
@@ -131,7 +131,7 @@ class MLClass extends Component {
return
(
<>
<
HeaderBar
title
=
'
ML小课
'
title
=
'
机器学习小课 第一期
'
arrow
=
{
true
}
home
=
{
true
}
/
>
...
...
@@ -286,7 +286,7 @@ function PythonContent(props) {
{
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
>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment