Skip to content

Commit 5ea25cb

Browse files
committed
2차 수정
1 parent 4688975 commit 5ea25cb

9 files changed

Lines changed: 354 additions & 414 deletions

File tree

laundry_guest/frontend/src/src/components/OrderDetailView/OrderDetail.scss

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,48 +13,62 @@
1313
.order-wapper {
1414
width: 90%;
1515
display: flex;
16-
justify-content: space-between;
17-
1816

1917

2018
.order-content {
2119
display: flex;
2220
flex-direction: column;
23-
justify-content: space-between;
24-
width: 100%;
25-
padding-left: 10px;
21+
width: 90%;
22+
2623

2724
.name {
2825
font-size: 16px;
29-
margin-bottom:10px;
30-
margin-top:10px;
3126
}
3227

3328
.Order-rowItem {
3429
margin-top: 0px;
3530
margin-bottom: 0px;
36-
width:95%;
31+
padding-bottom:0px;
32+
padding-top:0px;
33+
width:100%;
3734
display: flex;
3835
flex-direction: row;
3936
position: relative;
4037

38+
.name {
39+
font-size: 16px;
40+
padding-top:0px;
41+
padding-bottom:0px;
42+
margin-bottom:0px;
43+
margin-top:0px;
44+
}
45+
4146
.label{
4247
font-size: 14px;
43-
padding-bottom:5px;
48+
padding-top:0px;
49+
padding-bottom:0px;
50+
margin-bottom:0px;
51+
margin-top:0px;
4452
}
4553

4654
.valuelabel {
4755
position: absolute;
4856
font-size: 14px;
49-
padding-bottom:5px;
57+
padding-top:0px;
58+
padding-bottom:0px;
59+
margin-bottom:0px;
60+
margin-top:0px;
5061
left:25%;
5162

5263
}
5364

5465
.money {
5566

5667
font-size: 14px;
57-
padding-bottom:5px;
68+
padding-top:0px;
69+
padding-bottom:0px;
70+
margin-bottom:0px;
71+
margin-top:0px;
5872

5973
}
6074

laundry_guest/frontend/src/src/components/ReviewView/Order.js

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)