附件列表显示课件类型

This commit is contained in:
unknown 2023-07-30 13:11:29 +08:00
parent 898b069552
commit 531b09cb53
2 changed files with 4 additions and 1 deletions

View File

@ -212,6 +212,7 @@
}
}
.title {
width: 276px;
margin-top: 15px;
height: 14px;
font-size: 14px;

View File

@ -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"]}