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