fix: bug 修改课程中心二级标题为可换行展示全部
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user