From 5cb0bcc8a3809b54b0497937b6878124e96667ff Mon Sep 17 00:00:00 2001 From: fuchao <2577131060@qq.com> Date: Mon, 5 Jan 2026 16:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9Aios-=E6=88=91?= =?UTF-8?q?=E7=9A=84=E8=AF=BE=E7=A8=8B=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/user/myCourses/index.vue | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index cd2b78f..5c3018d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "吴门国际", "appid" : "__UNI__1250B39", "description" : "吴门国际", - "versionName" : "1.1.12", - "versionCode" : 1112, + "versionName" : "1.1.14", + "versionCode" : 1114, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/user/myCourses/index.vue b/pages/user/myCourses/index.vue index 06017c5..1bdcc1a 100644 --- a/pages/user/myCourses/index.vue +++ b/pages/user/myCourses/index.vue @@ -335,8 +335,8 @@ width: 260rpx; margin-right: 20rpx; height: 200rpx; - flex-grow: 1; - overflow: hidden; + // flex-grow: 1; + // overflow: hidden; background-color: #edf3ff; image { @@ -364,9 +364,12 @@ overflow: hidden; margin-top: 10rpx; font-size: 24rpx; + overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; + line-height: 1.5; + max-height: 3em; } }