From 67c625306e40fd6aded059ca10eeb44fb54105ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 30 Jun 2023 16:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=AF=A6=E6=83=85=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/index.module.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/pages/course/index.module.scss b/src/pages/course/index.module.scss index bbe2a7e..0784bbb 100644 --- a/src/pages/course/index.module.scss +++ b/src/pages/course/index.module.scss @@ -81,17 +81,12 @@ z-index: 10; .desc { width: 100%; - max-height: 72px; + height: auto; font-size: 12px; font-weight: 400; color: rgba(0, 0, 0, 0.45); line-height: 18px; text-align: left; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 4; - -webkit-box-orient: vertical; } .line { width: 100%;