모바일 - 사용자 목록, 정보 디자인 적용
This commit is contained in:
@@ -15300,6 +15300,11 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
font-weight: 500;
|
||||
min-width: 116px;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.user-current-badge {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.user-empty-state {
|
||||
text-align: center;
|
||||
@@ -15549,7 +15554,23 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.actions-desktop {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.actions-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.actions-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
.actions-mobile {
|
||||
display: flex !important;
|
||||
}
|
||||
.user-management-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -15588,7 +15609,7 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
order: 2;
|
||||
background: #FFFFFF;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
}
|
||||
.user-management-container .list-table .list-table-header {
|
||||
display: flex;
|
||||
@@ -15606,9 +15627,7 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
justify-content: center;
|
||||
}
|
||||
.user-management-container .list-table .list-table-header .header-cell:nth-child(1) {
|
||||
width: 26px !important;
|
||||
min-width: 26px;
|
||||
flex: none;
|
||||
display: none;
|
||||
}
|
||||
.user-management-container .list-table .list-table-header .header-cell:nth-child(2) {
|
||||
width: 60px !important;
|
||||
@@ -15617,7 +15636,7 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
}
|
||||
.user-management-container .list-table .list-table-header .header-cell:nth-child(3) {
|
||||
flex: 1 !important;
|
||||
min-width: 100px;
|
||||
min-width: 80px;
|
||||
}
|
||||
.user-management-container .list-table .list-table-header .header-cell:nth-child(4) {
|
||||
width: 39px !important;
|
||||
@@ -15630,7 +15649,10 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
flex: none;
|
||||
}
|
||||
.user-management-container .list-table .list-table-header .header-cell:nth-child(6) {
|
||||
display: none;
|
||||
display: flex !important;
|
||||
width: 40px !important;
|
||||
min-width: 40px;
|
||||
flex: none;
|
||||
}
|
||||
.user-management-container .list-table .list-table-body {
|
||||
display: flex;
|
||||
@@ -15643,6 +15665,7 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
height: 40px;
|
||||
padding: 0 8px;
|
||||
gap: 0;
|
||||
position: relative;
|
||||
}
|
||||
.user-management-container .list-table .list-table-row:nth-child(even) {
|
||||
background-color: #EDF5FD;
|
||||
@@ -15667,9 +15690,7 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
display: none;
|
||||
}
|
||||
.user-management-container .list-table .list-table-row .row-cell:nth-child(1) {
|
||||
width: 26px !important;
|
||||
min-width: 26px;
|
||||
flex: none;
|
||||
display: none;
|
||||
}
|
||||
.user-management-container .list-table .list-table-row .row-cell:nth-child(2) {
|
||||
width: 60px !important;
|
||||
@@ -15683,7 +15704,7 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
}
|
||||
.user-management-container .list-table .list-table-row .row-cell:nth-child(3) {
|
||||
flex: 1 !important;
|
||||
min-width: 100px;
|
||||
min-width: 80px;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.user-management-container .list-table .list-table-row .row-cell:nth-child(4) {
|
||||
@@ -15697,10 +15718,15 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
flex: none;
|
||||
}
|
||||
.user-management-container .list-table .list-table-row .row-cell:nth-child(6), .user-management-container .list-table .list-table-row .row-cell.row-actions {
|
||||
display: none;
|
||||
display: flex !important;
|
||||
width: 40px !important;
|
||||
min-width: 40px;
|
||||
flex: none;
|
||||
justify-content: center;
|
||||
overflow: visible;
|
||||
}
|
||||
.user-management-container .list-table .list-table-row .row-actions {
|
||||
display: none;
|
||||
display: flex !important;
|
||||
}
|
||||
.user-management-container .user-empty-state {
|
||||
padding: 48px 16px;
|
||||
@@ -15742,7 +15768,124 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
font-weight: 700;
|
||||
color: #212529;
|
||||
}
|
||||
.org-register-container {
|
||||
padding: 24px 16px;
|
||||
}
|
||||
.org-register-container .common-title-bar, .org-register-container .register-title-bar, .org-register-container .app-list-title-section, .org-register-container .user-management-container .table-controls, .user-management-container .org-register-container .table-controls {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.org-register-container .common-title-bar h3, .org-register-container .register-title-bar h3, .org-register-container .app-list-title-section h3, .org-register-container .user-management-container .table-controls h3, .user-management-container .org-register-container .table-controls h3 {
|
||||
font-size: 20px;
|
||||
}
|
||||
.org-register-container .register-form-container {
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
background: transparent !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.org-register-container .form-actions, .org-register-container .form-actions-center {
|
||||
display: flex;
|
||||
flex-direction: row !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
padding: 32px 0 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.org-register-container .form-actions .form-actions-buttons, .org-register-container .form-actions-center .form-actions-buttons {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.org-register-container .form-actions .form-actions-buttons .btn, .org-register-container .form-actions-center .form-actions-buttons .btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 44px;
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
.dropdown-wrapper {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.dropdown-wrapper .dropdown-toggle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
color: #5f666c;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.dropdown-wrapper .dropdown-toggle:hover {
|
||||
background: rgba(0, 73, 180, 0.1);
|
||||
color: #0049b4;
|
||||
}
|
||||
.dropdown-wrapper .dropdown-toggle:focus {
|
||||
outline: none;
|
||||
background: rgba(0, 73, 180, 0.1);
|
||||
}
|
||||
.dropdown-wrapper .dropdown-toggle svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.dropdown-wrapper .dropdown-menu {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
right: 0;
|
||||
min-width: 140px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
|
||||
z-index: 100;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transform: translateY(-8px);
|
||||
transition: all 0.2s ease;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dropdown-wrapper .dropdown-menu .dropdown-item {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px 16px;
|
||||
background: transparent;
|
||||
border: none;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #212529;
|
||||
cursor: pointer;
|
||||
transition: all 0.15s ease;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dropdown-wrapper .dropdown-menu .dropdown-item:hover {
|
||||
background: #f0f7ff;
|
||||
color: #0049b4;
|
||||
}
|
||||
.dropdown-wrapper .dropdown-menu .dropdown-item:active {
|
||||
background: #e0efff;
|
||||
}
|
||||
.dropdown-wrapper .dropdown-menu .dropdown-item + .dropdown-item {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
.dropdown-wrapper.open .dropdown-toggle {
|
||||
background: rgba(0, 73, 180, 0.1);
|
||||
color: #0049b4;
|
||||
}
|
||||
.dropdown-wrapper.open .dropdown-menu {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
transform: translateY(4px);
|
||||
}
|
||||
|
||||
.commission-container {
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user