Skip to content

Commit

Permalink
영수증 UI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choiyoubin committed Feb 19, 2024
1 parent 723f980 commit 8f6b52d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/UserReceipt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,17 @@ function UserReceipt () {

<Text>[매장용]{/*픽업 or 매장용*/}</Text>
<Br />
<Text size={{ width: 2, height: 2 }} align="center" bold={true}>
<Text size={{ width: 3, height: 3 }} align="center" bold={true}>
ReadyVery
</Text>
<Br />
<Text bold={true}>주문번호: 69 {/*idx*/}</Text>
<Line />
<Row left="메뉴명" right="수량" />
<Line />
<Br />
<Line />
<Row
left={`- 아메리카노`}
right={`2`}
left={<Text size={{width: 2, height: 2}}>- 아메리카노</Text>}
right={<Text size={{width: 2, height: 2}}>2</Text>}
/>
<Text align="left">ㄴ 기본사이즈</Text>
<Text align="left">ㄴ 샷추가</Text>
Expand Down
1 change: 1 addition & 0 deletions src/pages/OrderManage/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function Home({ defaultValue, defaultStatus, defaultMenu, children }) {
// }
// // eslint-disable-next-line react-hooks/exhaustive-deps
// }, [waitInfo])
// TODO:: 웹소켓을 써보고 싶다..나는..

return (
<HomeContext.Provider value={providerValue}>
Expand Down

0 comments on commit 8f6b52d

Please sign in to comment.