修复:ios-我的课程样式问题

This commit is contained in:
2026-01-05 16:49:32 +08:00
parent d18c32753f
commit 5cb0bcc8a3
2 changed files with 7 additions and 4 deletions

View File

@@ -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" : {

View File

@@ -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;
}
}