最近学习页面样式优化

This commit is contained in:
禺狨 2023-04-23 09:34:30 +08:00
parent b68006e32f
commit bebe5aa6f5

View File

@ -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 && (