Commit 81fbf906 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

asd

parent e28dfcd6
......@@ -273,11 +273,11 @@ function Product({ match, location }) {
</Col>
</Row>
<Row className="justify-content-center mx-0 pt-3 px-2" style={{ position: "fixed", bottom: "0", width: "100%", backgroundColor: "#fff" }}>
<Col sm={12} md={9}>
<Col sm={12} md={8}>
<h6 style={{ borderBottom: "1px solid", paddingBottom: "5px", marginBottom: "1em" }}>회원님이 선호할만한 상품 추천
<a className="close float-right" onClick={(e) => handleClick(e)} style={{ fontSize: "1rem", cursor: "pointer" }}>X</a>
</h6>
<Row className="justify-content-center mx-0" style={{ flexWrap: "nowrap", width: "100%", overflowX: "auto" }}>
<Row className="mx-0 justify-content-center " style={{ flexWrap: "nowrap", width: "100%", overflowX: "auto" }}>
{console.log(productList)}
{productList.map(pro => (
<Link to={{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment