From 531b09cb53c5619940126d9ba84b893fa1e5af7b Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Sun, 30 Jul 2023 13:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E5=88=97=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=AF=BE=E4=BB=B6=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/index.module.scss | 1 + src/pages/course/index.tsx | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/course/index.module.scss b/src/pages/course/index.module.scss index 689b1fc..992bef0 100644 --- a/src/pages/course/index.module.scss +++ b/src/pages/course/index.module.scss @@ -212,6 +212,7 @@ } } .title { + width: 276px; margin-top: 15px; height: 14px; font-size: 14px; diff --git a/src/pages/course/index.tsx b/src/pages/course/index.tsx index 2e64e93..329701f 100644 --- a/src/pages/course/index.tsx +++ b/src/pages/course/index.tsx @@ -247,7 +247,9 @@ const CoursePage = () => { /> 课件 - {item.title} + + {item.title}({item.type}) +