Commit 6f973d45 by zhangleyuan

feat:处理任务排序

parent 2c634bc6
......@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-02-20 16:45:51
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-03 10:53:36
* @LastEditTime: 2021-03-09 13:48:59
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -275,7 +275,7 @@ class BasicInfo extends React.Component{
<div className="done-standard">
<span className="label"><span className="require">*</span>完成标准:</span>
<div>
<div>
<div className="live-standard-info">
<span className="icon iconfont">&#xe865;</span>
<span>直播课单个课程,用户学习进度达到<Input type="number" width="40" value={percentCompleteLive} onChange={(e) => { this.props.onChange('percentCompleteLive', e.target.value) }}/>% 即视为“已完成”学习</span>
</div>
......
......@@ -74,6 +74,9 @@
.done-standard{
display: flex;
margin-top:22px;
.live-standard-info{
margin-bottom:10px;
}
input{
display:inline-block;
width:90px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment