[디테일] 스타일 수정
- 스크롤시 하단으로 떨어지는부분에 대한 수정 - 디테일 태그 및 노출 관련 부분에 대한 수정 - qr하단 문구부분 스타일 수정. - 옵션부분 갯수 버튼 처리.
This commit is contained in:
@@ -40,7 +40,7 @@ import FavoriteBtn from '../components/FavoriteBtn';
|
||||
import styles from './BuyOption.module.less';
|
||||
import BuyOptionPriceBlock from './BuyOptionPriceBlock';
|
||||
import CustomDropDown from './CustomDropDown';
|
||||
import ProductEa from './ProductEa';
|
||||
import ProductQuantity from './ProductQuantity';
|
||||
|
||||
const Container = SpotlightContainerDecorator(
|
||||
{ spotlightRestrict: "self-only" },
|
||||
@@ -592,7 +592,7 @@ const BuyOption = ({
|
||||
onSelect={handleQuantitySelect}
|
||||
spotlightId="buy-option-quantity-dropdown"
|
||||
/> */}
|
||||
<ProductEa />
|
||||
<ProductQuantity />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user