最近学习页面样式优化

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

View File

@ -55,13 +55,15 @@ const LatestLearnPage = () => {
navigate(`/course/${item.course.id}`);
}}
>
<Image
src={item.course.thumb}
width={120}
height={90}
style={{ borderRadius: 10 }}
preview={false}
/>
<div style={{ width: 120 }}>
<Image
src={item.course.thumb}
width={120}
height={90}
style={{ borderRadius: 10 }}
preview={false}
/>
</div>
<div className={styles["item-info"]}>
<div className={styles["top"]}>
{item.course.is_required === 1 && (