mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-07-20 21:01:52 +08:00
返回详情
This commit is contained in:
parent
ed016ce0a2
commit
10d7630550
@ -60,7 +60,6 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
.alert-message {
|
.alert-message {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -180,7 +180,12 @@ const CoursePalyPage = () => {
|
|||||||
{playendedStatus && (
|
{playendedStatus && (
|
||||||
<div className={styles["alert-message"]}>
|
<div className={styles["alert-message"]}>
|
||||||
{isLastpage && (
|
{isLastpage && (
|
||||||
<div className={styles["alert-button"]}>恭喜你学完最后一节</div>
|
<div
|
||||||
|
className={styles["alert-button"]}
|
||||||
|
onClick={() => navigate(`/course/${params.courseId}`)}
|
||||||
|
>
|
||||||
|
恭喜你学完最后一节
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
{!isLastpage && (
|
{!isLastpage && (
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user