From 22533dc82820839941f835414c68d10675b00522 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Sun, 30 Jul 2023 15:36:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85=E8=AF=BE?= =?UTF-8?q?=E4=BB=B6=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/index.module.scss | 5 +++-- src/pages/course/index.tsx | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/course/index.module.scss b/src/pages/course/index.module.scss index a7bb7ae..7110bbe 100644 --- a/src/pages/course/index.module.scss +++ b/src/pages/course/index.module.scss @@ -161,11 +161,12 @@ margin-bottom: 0px; } .left-cont { - flex: 1; + width: calc(100% - 34px); display: flex; flex-direction: column; margin-right: 10px; .label { + width: 100%; height: 16px; display: flex; align-items: center; @@ -178,7 +179,7 @@ } } .title { - width: 276px; + width: 100%; margin-top: 14px; height: 16px; font-size: 14px; diff --git a/src/pages/course/index.tsx b/src/pages/course/index.tsx index 7559a97..c1d5d6f 100644 --- a/src/pages/course/index.tsx +++ b/src/pages/course/index.tsx @@ -261,9 +261,9 @@ const CoursePage = () => { /> 课件 - +
{item.title}({item.type}) - +