fix: bug 修改课程中心二级标题为可换行展示全部

This commit is contained in:
yanghang
2025-07-08 14:29:49 +08:00
parent 4d5be29cd5
commit 3a2abb6df8
+5 -4
View File
@@ -493,10 +493,11 @@ import { onMounted, ref, computed } from 'vue'
font-size: 33rpx;
line-height: 43rpx;
margin: 20rpx 15rpx 5rpx;
height: 43rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-height: 43rpx;
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
word-break: break-all;
font-weight: 600;
.left-color{
width: 8rpx;