mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-07-17 21:17:27 +08:00
最近学习页面
This commit is contained in:
parent
ecdcc47d7d
commit
3b1de0c250
@ -42,6 +42,7 @@
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
color: #ff4d4f;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -65,10 +65,11 @@ const LatestLearnPage = () => {
|
||||
</div>
|
||||
{item.record && (
|
||||
<>
|
||||
{item.last_learn_hour && (
|
||||
<div className={styles["record"]}>
|
||||
上次学到:{item.record.finished_count}/
|
||||
{item.record.hour_count}课时
|
||||
上次学到:{item.last_learn_hour.title}
|
||||
</div>
|
||||
)}
|
||||
<div className={styles["progress"]}>
|
||||
{item.record.progress < 10000 && (
|
||||
<Progress
|
||||
|
Loading…
x
Reference in New Issue
Block a user