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
5d1703bb
Commit
5d1703bb
authored
Apr 03, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ml
parent
18ae0bf5
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 @
5d1703bb
...
@@ -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
;
...
...
src/components/mlShare/index.js
View file @
5d1703bb
...
@@ -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
>
);
);
...
...
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