mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-08 13:46:23 +08:00
最近学习页面样式优化
This commit is contained in:
parent
b68006e32f
commit
bebe5aa6f5
@ -55,6 +55,7 @@ const LatestLearnPage = () => {
|
|||||||
navigate(`/course/${item.course.id}`);
|
navigate(`/course/${item.course.id}`);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<div style={{ width: 120 }}>
|
||||||
<Image
|
<Image
|
||||||
src={item.course.thumb}
|
src={item.course.thumb}
|
||||||
width={120}
|
width={120}
|
||||||
@ -62,6 +63,7 @@ const LatestLearnPage = () => {
|
|||||||
style={{ borderRadius: 10 }}
|
style={{ borderRadius: 10 }}
|
||||||
preview={false}
|
preview={false}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
<div className={styles["item-info"]}>
|
<div className={styles["item-info"]}>
|
||||||
<div className={styles["top"]}>
|
<div className={styles["top"]}>
|
||||||
{item.course.is_required === 1 && (
|
{item.course.is_required === 1 && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user