diff --git a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ItemContents/ItemContents.jsx b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ItemContents/ItemContents.jsx index d4c980a3..42d8c1b6 100644 --- a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ItemContents/ItemContents.jsx +++ b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ItemContents/ItemContents.jsx @@ -79,6 +79,7 @@ export default function ItemContents({ onClick }) { lastLabel=" go to detail, button" data-wheel-point={index >= 5} euEnrgLblInfos={euEnrgLblInfos} + className={css.itemCardNewCate} /> ); })} diff --git a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ItemContents/ItemContents.module.less b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ItemContents/ItemContents.module.less index 7a15773a..d19d221d 100644 --- a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ItemContents/ItemContents.module.less +++ b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryContents/ItemContents/ItemContents.module.less @@ -6,7 +6,7 @@ display: flex; flex-wrap: wrap; margin-top: 34px; - > div { + > div.itemCardNewCate { margin: 0 15px 15px 0; } }