diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less index ca2b51e7..41d92ae4 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -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;