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
748649fc
Commit
748649fc
authored
Apr 03, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ml
parent
5d1703bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
src/components/ml/pythomDes/index.js
+4
-0
src/components/ml/pythomDes/index.scss
+15
-0
No files found.
src/components/ml/pythomDes/index.js
View file @
748649fc
...
@@ -12,6 +12,7 @@ import ShareRank from "@components/detail/shareRank"
...
@@ -12,6 +12,7 @@ import ShareRank from "@components/detail/shareRank"
import
{
http
,
getParam
,
SendMessageToApp
,
}
from
'@/utils'
import
{
http
,
getParam
,
SendMessageToApp
,
}
from
'@/utils'
import
{
connect
}
from
'react-redux'
import
{
connect
}
from
'react-redux'
import
{
Toast
}
from
"antd-mobile"
import
{
Toast
}
from
"antd-mobile"
import
{
CallApp
}
from
"@common/index"
@
connect
(
state
=>
({
@
connect
(
state
=>
({
user
:
state
.
user
user
:
state
.
user
...
@@ -218,6 +219,9 @@ class PythonDes extends Component {
...
@@ -218,6 +219,9 @@ class PythonDes extends Component {
)
)
}
}
<
CallApp
className
=
'toapp'
/>
{
/* 课程介绍 */
}
{
/* 课程介绍 */
}
<
Description
/>
<
Description
/>
...
...
src/components/ml/pythomDes/index.scss
View file @
748649fc
...
@@ -176,4 +176,19 @@
...
@@ -176,4 +176,19 @@
}
}
}
}
}
}
.toapp
{
position
:
fixed
;
right
:
0
;
top
:
310px
;
width
:
82px
;
height
:
32px
;
text-align
:
center
;
line-height
:
32px
;
background
:
linear-gradient
(
-90deg
,
$bg_active
0%
,
$bg_0078FF
100%
);
border-radius
:
16px
0
0
16px
;
font-size
:
12px
;
color
:
$white
;
z-index
:
9
;
}
}
}
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