[TItemCard]
Detail Notes : 1. 가격이 0 일때 offerInfo 출력 되도록 처리 2. CustomImage 사용시 이미지를 불러오지 못할 경우 defaultImg 출력되도록 처리
This commit is contained in:
@@ -81,6 +81,11 @@
|
||||
color: @COLOR_GRAY04;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
> strong {
|
||||
overflow: hidden;
|
||||
.elip(@clamp:1);
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -177,6 +182,11 @@
|
||||
color: @COLOR_GRAY04;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
> strong {
|
||||
overflow: hidden;
|
||||
.elip(@clamp:1);
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user