学完课程文案优化

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

@ -77,7 +77,7 @@ const CoursePage = () => {
src={mediaIcon} src={mediaIcon}
preview={false} preview={false}
/> />
<span className="ml-8">!</span> <span className="ml-8">!</span>
</div> </div>
)} )}
</div> </div>

View File

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

View File

@ -118,13 +118,13 @@ const IndexPage = () => {
</div> </div>
<div className={styles["info"]}> <div className={styles["info"]}>
<div className={styles["info-item"]}> <div className={styles["info-item"]}>
<span></span> <span></span>
<strong> {stats.required_finished_course_count || 0} </strong> <strong> {stats.required_finished_course_count || 0} </strong>
<span>/ {stats.required_course_count || 0}</span> <span>/ {stats.required_course_count || 0}</span>
</div> </div>
{stats.nun_required_course_count > 0 && ( {stats.nun_required_course_count > 0 && (
<div className={styles["info-item"]}> <div className={styles["info-item"]}>
<span></span> <span></span>
<strong> <strong>
{" "} {" "}
{stats.nun_required_finished_course_count || 0}{" "} {stats.nun_required_finished_course_count || 0}{" "}

View File

@ -95,7 +95,7 @@ const LatestLearnPage = () => {
preview={false} preview={false}
/> />
<span className={styles["tip"]}> <span className={styles["tip"]}>
! !
</span> </span>
</> </>
)} )}