Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
shopping-mall
Commits
458982e1
Commit
458982e1
authored
Feb 01, 2021
by
Kim, Subin
Browse files
margin
parent
764c352c
Changes
3
Show whitespace changes
Inline
Side-by-side
client/src/Pages/Payment.js
View file @
458982e1
...
...
@@ -226,7 +226,7 @@ function Payment({ match, location }) {
}
return
(
<
Container
>
<
Container
className
=
"
mb-5
"
>
<
h3
className
=
"
my-5 font-weight-bold text-center
"
>
주문
/
결제
<
/h3
>
<
div
>
<
h5
className
=
"
font-weight-bold py-3 border-top border-bottom text-center
"
style
=
{{
background
:
'
#F7F3F3
'
}}
>
주문자
정보
<
/h5
>
...
...
client/src/Pages/ShoppingCart.js
View file @
458982e1
...
...
@@ -95,7 +95,7 @@ function ShoppingCart() {
}
return
(
<
Container
className
=
"
justify-content-center
"
>
<
Container
className
=
"
justify-content-center
mb-5
"
>
<
h1
className
=
"
my-5 font-weight-bold text-center
"
>
장바구니
<
/h1
>
<
div
>
<
h4
className
=
"
font-weight-bold py-3 border-top border-bottom text-center
"
style
=
{{
background
:
'
#F7F3F3
'
}}
>
주문상품정보
<
/h4
>
...
...
data/DB json/products.json
View file @
458982e1
...
...
@@ -7,7 +7,6 @@
"FREE"
],
"colors"
:
[
"undefined"
,
"beige"
],
"sub_category"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment