[Manager] Modal UI Adjustment (Align with Design) (#4222)

This commit is contained in:
Jin Yi
2025-06-24 13:30:56 +09:00
committed by GitHub
parent 6cf77a9814
commit 47145ce4b8
7 changed files with 71 additions and 35 deletions

View File

@@ -50,4 +50,17 @@ const dialogStore = useDialogStore()
@apply p-2 2xl:p-[var(--p-dialog-content-padding)];
@apply pt-0;
}
.manager-dialog {
height: 80vh;
max-width: 1724px;
max-height: 1026px;
}
@media (min-width: 3000px) {
.manager-dialog {
max-width: 2200px;
max-height: 1320px;
}
}
</style>