mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-08 06:46:21 +08:00
附件列表显示课件类型
This commit is contained in:
parent
898b069552
commit
531b09cb53
@ -212,6 +212,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
|
width: 276px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -247,7 +247,9 @@ const CoursePage = () => {
|
|||||||
/>
|
/>
|
||||||
<span>课件</span>
|
<span>课件</span>
|
||||||
</div>
|
</div>
|
||||||
<span className={styles["title"]}>{item.title}</span>
|
<span className={styles["title"]}>
|
||||||
|
{item.title}({item.type})
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={styles["download"]}
|
className={styles["download"]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user