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