[components] TItemCard, css 수정
Detail Notes : 1. flex-grow 삭제
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
|
||||
.descWrap {
|
||||
.flex(@direction: column, @justifyCenter: space-between, @alignCenter: flex-start);
|
||||
flex-grow: 1;
|
||||
width: 404px;
|
||||
padding: 12px 0;
|
||||
|
||||
@@ -73,6 +72,7 @@
|
||||
|
||||
&.priceInfo {
|
||||
.flex(@justifyCenter: flex-start);
|
||||
width: 100%;
|
||||
|
||||
> span {
|
||||
margin-left: 5px;
|
||||
@@ -141,7 +141,7 @@
|
||||
|
||||
.descWrap {
|
||||
.flex(@direction: column, @alignCenter: flex-start);
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
|
||||
> h3 {
|
||||
height: 64px;
|
||||
@@ -168,6 +168,7 @@
|
||||
|
||||
&.priceInfo {
|
||||
.flex(@justifyCenter: flex-start);
|
||||
width: 100%;
|
||||
|
||||
> span {
|
||||
margin-left: 5px;
|
||||
|
||||
Reference in New Issue
Block a user