보안설정 수정, 모바일 최적화 변경
This commit is contained in:
@@ -303,4 +303,30 @@ const navigateTo = (path) => {
|
||||
:deep(.p-datatable .p-datatable-tbody > tr) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.admin-dashboard, .header, .dashboard-card, .activity-log-container, .subscription-management-container, .user-management-container, .club-management {
|
||||
padding: 0.5rem !important;
|
||||
margin-bottom: 0.5rem !important;
|
||||
}
|
||||
.dashboard-card {
|
||||
padding: 0.7rem !important;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
.header h2, .dashboard-card h3 {
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
.p-datatable-wrapper {
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
/* Dialog 팝업 중앙 정렬 개선 */
|
||||
:deep(.p-dialog) {
|
||||
align-items: flex-start !important;
|
||||
justify-content: center !important;
|
||||
padding-top: 2.5rem !important;
|
||||
}
|
||||
:deep(.p-dialog .p-dialog-content) {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user