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