线上课列表封面圆角优化

This commit is contained in:
禺狨 2023-03-21 11:32:21 +08:00
parent f6f3fb0259
commit 1125159c6c

View File

@ -101,6 +101,7 @@ export const CoursePage = () => {
preview={false} preview={false}
width={80} width={80}
height={60} height={60}
style={{ borderRadius: 6 }}
src={record.thumb} src={record.thumb}
></Image> ></Image>
<span className="ml-8">{record.title}</span> <span className="ml-8">{record.title}</span>