[components] TItemCard, css 수정
Detail Notes : 1. videoShow type, 제목이 2줄을 넘을 경우 스타일 깨짐 현상 수정
This commit is contained in:
@@ -247,20 +247,17 @@
|
||||
}
|
||||
|
||||
.descWrap {
|
||||
display: flex;
|
||||
.size(@w: 510px, @h: 64px);
|
||||
margin-top: 35px;
|
||||
color: @COLOR_GRAY06;
|
||||
font-size: 24px;
|
||||
.size(@w: 510px, @h: 64px);
|
||||
|
||||
display: flex;
|
||||
|
||||
.title {
|
||||
width: calc(100% - 72px);
|
||||
align-self: center;
|
||||
font-weight: bold;
|
||||
.elip(@clamp: 2);
|
||||
line-height: 1.33;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.elip(@clamp: 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user