[FeaturedBrandsPanel] fiexed issue, SHOPTIME-2695

Detail Note:

1. section Today's Deals, edited object-fit
This commit is contained in:
younghoon100.park
2024-06-26 10:44:37 +09:00
parent 69e8833f93
commit 7a30abf833

View File

@@ -16,9 +16,11 @@
overflow: hidden;
margin-right: 30px;
border-radius: 16px;
background-color: @COLOR_WHITE;
> img {
.size(@w: 558px, @h: 312px);
object-fit: contain;
}
}