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
6f973d45
Commit
6f973d45
authored
Mar 09, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理任务排序
parent
2c634bc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/modules/plan-manage/components/BasicInfo.jsx
+2
-2
src/modules/plan-manage/components/BasicInfo.less
+3
-0
No files found.
src/modules/plan-manage/components/BasicInfo.jsx
View file @
6f973d45
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Author: zhangleyuan
* @Date: 2021-02-20 16:45:51
* @Date: 2021-02-20 16:45:51
* @LastEditors: zhangleyuan
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-0
3 10:53:36
* @LastEditTime: 2021-03-0
9 13:48:59
* @Description: 描述一下
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -275,7 +275,7 @@ class BasicInfo extends React.Component{
...
@@ -275,7 +275,7 @@ class BasicInfo extends React.Component{
<
div
className=
"done-standard"
>
<
div
className=
"done-standard"
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
完成标准:
</
span
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
完成标准:
</
span
>
<
div
>
<
div
>
<
div
>
<
div
className=
"live-standard-info"
>
<
span
className=
"icon iconfont"
>

</
span
>
<
span
className=
"icon iconfont"
>

</
span
>
<
span
>
直播课单个课程,用户学习进度达到
<
Input
type=
"number"
width=
"40"
value=
{
percentCompleteLive
}
onChange=
{
(
e
)
=>
{
this
.
props
.
onChange
(
'percentCompleteLive'
,
e
.
target
.
value
)
}
}
/>
% 即视为“已完成”学习
</
span
>
<
span
>
直播课单个课程,用户学习进度达到
<
Input
type=
"number"
width=
"40"
value=
{
percentCompleteLive
}
onChange=
{
(
e
)
=>
{
this
.
props
.
onChange
(
'percentCompleteLive'
,
e
.
target
.
value
)
}
}
/>
% 即视为“已完成”学习
</
span
>
</
div
>
</
div
>
...
...
src/modules/plan-manage/components/BasicInfo.less
View file @
6f973d45
...
@@ -74,6 +74,9 @@
...
@@ -74,6 +74,9 @@
.done-standard{
.done-standard{
display: flex;
display: flex;
margin-top:22px;
margin-top:22px;
.live-standard-info{
margin-bottom:10px;
}
input{
input{
display:inline-block;
display:inline-block;
width:90px;
width:90px;
...
...
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