File tree Expand file tree Collapse file tree
ticket-admin/src/app/events/create/_clientBoundary/TicketManagementClient
ticket/src/app/(pages)/event/[eventId]/_clientBoundray
DesktopTicketSectionClient Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137 color : #fff ;
138138 font-weight : 600 ;
139139 font-size : 14px ;
140+ white-space : pre-line !important ;
140141 text-align : left ;
141142}
142143
264265 display : flex ;
265266 align-items : center ;
266267 justify-content : center ;
267- width : 32 px ;
268- height : 32 px ;
268+ width : 24 px ;
269+ height : 24 px ;
269270
270271 color : #ccc ;
271272 font-weight : bold ;
Original file line number Diff line number Diff line change @@ -222,8 +222,8 @@ export function TicketManagementClient({ eventId }: Props) {
222222 < div className = { cx ( "headerCell" ) } > Ticket Name</ div >
223223 < div className = { cx ( "headerCell" ) } > Price</ div >
224224 < div className = { cx ( "headerCell" ) } > Refund</ div >
225- < div className = { cx ( "headerCell" ) } > Ticket sold</ div >
226- < div className = { cx ( "headerCell" ) } > Ticket used</ div >
225+ < div className = { cx ( "headerCell" ) } > { " Ticket sold\n(팔린티켓 / 전체티켓)" } </ div >
226+ < div className = { cx ( "headerCell" ) } > { " Ticket used\n(사용된 티켓 / 팔린티켓)" } </ div >
227227 < div className = { cx ( "headerCell" ) } > Ticket sold amount</ div >
228228 </ div >
229229
Original file line number Diff line number Diff line change 1818 flex-direction : column ;
1919 justify-content : space-between ;
2020 height : calc (100% - 77px - 44px - 28px - 12px );
21+ scrollbar-color : #888 theme .$gray-600 ;
2122}
2223
2324.select_section {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const SelectTicketBottomSheetContent = ({
6767 const roundOptions = eventTicketsData . rounds . map ( ( round ) => {
6868 return {
6969 value : String ( round . roundId ) ,
70- label : `${ round . roundName } ( ${ round . roundPrice } ) ` ,
70+ label : `${ round . roundName } ` ,
7171 disabled : ! round . roundAvailable ,
7272 } ;
7373 } ) ;
You can’t perform that action at this time.
0 commit comments