diff --git a/com.twin.app.shoptime/README.md b/com.twin.app.shoptime/README.md index 96d38d68..3c514e32 100644 --- a/com.twin.app.shoptime/README.md +++ b/com.twin.app.shoptime/README.md @@ -34,3 +34,8 @@ npm install -g @enact/cli@6.0.4 npm install npm run build --> ./dist 폴더 배포 + +## TVirtualGridList 사용시 여백 + +OnSaleProductList.jsx 참고 +--> 가로 100%일 경우 container에서 여백 제어하는 것이 아니라 각 사용하려는 컴포넌트에서 class로 "TVirtualGridList" 추가한 부분에서 좌측 여백 추가(여백은 padding-left로 조절)