From 478849cfa1f81befee6742ded10681d14ed01f8b Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 3 Dec 2025 10:18:20 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=83=81=ED=92=88=20=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B3=80=EA=B2=BD]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add to cart 버튼 삭제 - buy now 버튼으로 통일. --- .../ProductAllSection/ProductAllSection.jsx | 11 +---------- .../ProductAllSection/ProductAllSection.module.less | 3 +-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx index 23ee8259..a6ca2184 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -1613,19 +1613,10 @@ export default function ProductAllSection({ spotlightId="detail-buy-now-button" className={css.buyNowButton} onClick={handleBuyNowClick} - type="detail_small" + type="large" >
{$L('BUY NOW')}
- -
{$L('ADD TO CART')}
-
)} diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less index 4057b505..c2f039b2 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.module.less @@ -475,8 +475,7 @@ /* BUY NOW + ADD TO CART 버튼 스타일 */ .buyNowCartContainer { width: 100%; - padding-top: 10px; - display: flex; + padding-top: 10px; justify-content: space-between; align-items: center;