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