feat: refine seat assignment flow and profile seat preview

This commit is contained in:
hyunho
2026-03-26 10:03:13 +09:00
parent 6f5e61ca1a
commit 8efb5da65f
4 changed files with 415 additions and 19 deletions

View File

@@ -541,6 +541,14 @@ body {
overflow: hidden;
}
.seat-preview-frame {
display: block;
width: 100%;
height: 300px;
border: 0;
background: #fff;
}
.seat-preview-placeholder {
display: flex;
flex-direction: column;
@@ -551,6 +559,7 @@ body {
font-weight: 900;
}
.seat-preview-placeholder-icon {
width: 52px;
height: 52px;