-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 상품 페이지 콘텐츠 간격 수정 * feat: 카테고리 목데이터 수정 * feat: 카테고리 스타일 수정 * feat: 섹션헤더 스타일 수정 * feat: 상품 페이지 스타일 수정
- Loading branch information
1 parent
4685b8b
commit 01a3d99
Showing
12 changed files
with
37 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ | ||
{ "id": 1, "name": "간편식사", "image": "https://image.funeat.site/prod/food.png" }, | ||
{ "id": 2, "name": "과자류", "image": "https://image.funeat.site/prod/food.png" }, | ||
{ "id": 3, "name": "아이스크림", "image": "https://image.funeat.site/prod/food.png" }, | ||
{ "id": 1, "name": "간편식사", "image": "https://image.funeat.site/prod/instantfood.png" }, | ||
{ "id": 2, "name": "과자류", "image": "https://image.funeat.site/prod/snack.png" }, | ||
{ "id": 3, "name": "아이스크림", "image": "https://image.funeat.site/prod/icecream.png" }, | ||
{ "id": 4, "name": "식품", "image": "https://image.funeat.site/prod/food.png" }, | ||
{ "id": 5, "name": "음료", "image": "https://image.funeat.site/prod/food.png" } | ||
{ "id": 5, "name": "음료", "image": "https://image.funeat.site/prod/drink.png" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[ | ||
{ "id": 6, "name": "CU", "image": "https://image.funeat.site/prod/cu.webp" }, | ||
{ "id": 7, "name": "GS25", "image": "https://image.funeat.site/prod/cu.webp" }, | ||
{ "id": 8, "name": "이마트24", "image": "https://image.funeat.site/prod/cu.webp" }, | ||
{ "id": 9, "name": "세븐일레븐", "image": "https://image.funeat.site/prod/cu.webp" } | ||
{ "id": 7, "name": "GS25", "image": "https://image.funeat.site/prod/gs.webp" }, | ||
{ "id": 8, "name": "이마트24", "image": "https://image.funeat.site/prod/emart24.webp" }, | ||
{ "id": 9, "name": "세븐일레븐", "image": "https://image.funeat.site/prod/seven.webp" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters