[components] TItemCard, css 수정

Detail Notes :

1. flex-grow 삭제
This commit is contained in:
younghoon100.park
2024-03-25 19:07:32 +09:00
parent 31ce1929bb
commit 15a51a915e

View File

@@ -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;