Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
1b3ed6eb
Commit
1b3ed6eb
authored
Mar 11, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:初始化页面
parent
9be455f1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
8 deletions
+20
-8
src/common/less/icon-font.less
+6
-6
src/h5.html
+1
-1
src/index.html
+1
-1
src/modules/plan-manage/components/BasicInfo.jsx
+12
-0
No files found.
src/common/less/icon-font.less
View file @
1b3ed6eb
@font-face {
@font-face {
font-family: 'iconfont'; /* project id 2223403 */
font-family: 'iconfont'; /* project id 2223403 */
src: url('//at.alicdn.com/t/font_2223403_
325yz7wxu2d
.eot');
src: url('//at.alicdn.com/t/font_2223403_
uxtdisq90ka
.eot');
src: url('//at.alicdn.com/t/font_2223403_
325yz7wxu2d
.eot?#iefix') format('embedded-opentype'),
src: url('//at.alicdn.com/t/font_2223403_
uxtdisq90ka
.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_2223403_
325yz7wxu2d
.woff2') format('woff2'),
url('//at.alicdn.com/t/font_2223403_
uxtdisq90ka
.woff2') format('woff2'),
url('//at.alicdn.com/t/font_2223403_
325yz7wxu2d
.woff') format('woff'),
url('//at.alicdn.com/t/font_2223403_
uxtdisq90ka
.woff') format('woff'),
url('//at.alicdn.com/t/font_2223403_
325yz7wxu2d
.ttf') format('truetype'),
url('//at.alicdn.com/t/font_2223403_
uxtdisq90ka
.ttf') format('truetype'),
url('//at.alicdn.com/t/font_2223403_
325yz7wxu2d
.svg#iconfont') format('svg');
url('//at.alicdn.com/t/font_2223403_
uxtdisq90ka
.svg#iconfont') format('svg');
}
}
.iconfont{
.iconfont{
font-family:"iconfont" !important;
font-family:"iconfont" !important;
...
...
src/h5.html
View file @
1b3ed6eb
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
-->
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
80qwxi5x2ed
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
uxtdisq90ka
.css"
>
<!--
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Notice the use of %PUBLIC_URL% in the tags above.
...
...
src/index.html
View file @
1b3ed6eb
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
-->
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
80qwxi5x2ed
.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2223403_
uxtdisq90ka
.css"
>
<!--
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Notice the use of %PUBLIC_URL% in the tags above.
...
...
src/modules/plan-manage/components/BasicInfo.jsx
View file @
1b3ed6eb
...
@@ -332,6 +332,18 @@ class BasicInfo extends React.Component{
...
@@ -332,6 +332,18 @@ class BasicInfo extends React.Component{
%即视为“已完成”学习
%即视为“已完成”学习
</
span
>
</
span
>
</
div
>
</
div
>
<
div
className=
"video-standard-info"
>
<
span
className=
"icon iconfont"
>

</
span
>
<
span
>
图文课单个课程,用户学习进度达到
<
Input
width=
"40"
value=
{
percentCompleteVideo
}
onChange=
{
(
e
)
=>
{
this
.
props
.
onChange
(
'percentCompleteVideo'
,
e
.
target
.
value
.
replace
(
/
\D
/g
,
''
))
}
}
onBlur=
{
(
e
)
=>
this
.
percentCompleteBlur
(
e
,
'percentCompleteVideo'
)
}
/>
%即视为“已完成”学习
</
span
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
{
operatorModalVisible
&&
{
operatorModalVisible
&&
...
...
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