mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 11:39:35 +08:00
线上课列表封面圆角优化
This commit is contained in:
parent
f6f3fb0259
commit
1125159c6c
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user