티켓 예매를 위해 접속 대기중입니다.
나의 대기 순번: {position}
-
+
-
현재 {totalUsers}명이 대기 중에 있습니다.
+
+ 현재 {totalUsers}명 중 {position}번째로 대기 중입니다.
+
diff --git a/ticketping/src/style/QueueInfoModal.css b/ticketping/src/style/QueueInfoModal.css
index b3c227d..f2fc933 100644
--- a/ticketping/src/style/QueueInfoModal.css
+++ b/ticketping/src/style/QueueInfoModal.css
@@ -23,6 +23,7 @@
background-color: rgba(255, 255, 255, 0.2);
padding: 10px;
border-radius: 5px;
+ color: #4A90E2;
}
.progress-bar {
@@ -35,14 +36,15 @@
}
.modal-divider {
- width: 100%;
+ width: 120%;
height: 1px;
- background-color: #000;
- margin: 10px 0;
+ background-color: #555555;
+ margin: 30px 10px;
}
.ant-btn {
margin-top: 25px;
+ margin-bottom: -5px;
width: auto;
}
\ No newline at end of file