学完课程文案优化

This commit is contained in:
禺狨
2023-03-30 10:40:10 +08:00
parent 130d44869b
commit 03bbbed977
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ export const CoursesModel: React.FC<PropInterface> = ({
{progress === 100 && (
<div className={styles["success"]}>
<Image width={24} height={24} src={mediaIcon} preview={false} />
<span className="ml-8">!</span>
<span className="ml-8">!</span>
</div>
)}
</div>