모바일 - 사용자 목록, 정보 디자인 적용
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
@@ -107,6 +107,11 @@
|
||||
font-size: $font-size-sm;
|
||||
font-weight: $font-weight-medium;
|
||||
min-width: 116px;
|
||||
|
||||
// 모바일에서 숨김
|
||||
@media (max-width: $breakpoint-sm) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Empty State
|
||||
@@ -384,11 +389,33 @@
|
||||
margin-top: $spacing-2xl;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Desktop/Mobile Action Button Visibility
|
||||
// -----------------------------------------------------------------------------
|
||||
.actions-desktop {
|
||||
display: flex;
|
||||
gap: $spacing-xs;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.actions-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// User Management Mobile Styles - Figma Design (node 1161-10519)
|
||||
// 사용자 관리 모바일 디자인
|
||||
// -----------------------------------------------------------------------------
|
||||
@media (max-width: $breakpoint-sm) {
|
||||
// Show mobile actions, hide desktop actions
|
||||
.actions-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.actions-mobile {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.user-management-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -435,7 +462,7 @@
|
||||
order: 2;
|
||||
background: $white;
|
||||
border-radius: $border-radius-lg;
|
||||
overflow: hidden;
|
||||
overflow: visible; // dropdown이 보이도록 변경
|
||||
|
||||
// Header - 모바일에서 표시 (Figma: 40px 높이, #3BA4ED 배경)
|
||||
.list-table-header {
|
||||
@@ -453,11 +480,9 @@
|
||||
padding: 0 4px;
|
||||
justify-content: center;
|
||||
|
||||
// NO 컬럼 - 26px
|
||||
// NO 컬럼 - 모바일에서 숨김
|
||||
&:nth-child(1) {
|
||||
width: 26px !important;
|
||||
min-width: 26px;
|
||||
flex: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
// 성명 컬럼 - 60px
|
||||
@@ -470,7 +495,7 @@
|
||||
// 이메일 아이디 컬럼 - flex 1
|
||||
&:nth-child(3) {
|
||||
flex: 1 !important;
|
||||
min-width: 100px;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
// 권한 컬럼 - 39px
|
||||
@@ -487,9 +512,12 @@
|
||||
flex: none;
|
||||
}
|
||||
|
||||
// 설정 컬럼 - 모바일에서 숨김
|
||||
// 설정 컬럼 - 모바일에서 표시 (40px)
|
||||
&:nth-child(6) {
|
||||
display: none;
|
||||
display: flex !important;
|
||||
width: 40px !important;
|
||||
min-width: 40px;
|
||||
flex: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -508,6 +536,7 @@
|
||||
height: 40px;
|
||||
padding: 0 8px;
|
||||
gap: 0;
|
||||
position: relative; // dropdown positioning
|
||||
|
||||
// 짝수/홀수 배경색
|
||||
&:nth-child(even) {
|
||||
@@ -537,11 +566,9 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
// NO 컬럼 - 26px
|
||||
// NO 컬럼 - 모바일에서 숨김
|
||||
&:nth-child(1) {
|
||||
width: 26px !important;
|
||||
min-width: 26px;
|
||||
flex: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
// 성명 컬럼 - 60px
|
||||
@@ -560,7 +587,7 @@
|
||||
// 이메일 아이디 컬럼 - flex 1
|
||||
&:nth-child(3) {
|
||||
flex: 1 !important;
|
||||
min-width: 100px;
|
||||
min-width: 80px;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
@@ -578,16 +605,21 @@
|
||||
flex: none;
|
||||
}
|
||||
|
||||
// 설정 컬럼 (row-actions) - 모바일에서 숨김
|
||||
// 설정 컬럼 (row-actions) - 모바일에서 표시 (40px)
|
||||
&:nth-child(6),
|
||||
&.row-actions {
|
||||
display: none;
|
||||
display: flex !important;
|
||||
width: 40px !important;
|
||||
min-width: 40px;
|
||||
flex: none;
|
||||
justify-content: center;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
// row-actions 클래스 직접 숨김
|
||||
// row-actions 클래스 표시
|
||||
.row-actions {
|
||||
display: none;
|
||||
display: flex !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -644,4 +676,152 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// User Detail Page Mobile Styles - Figma Design
|
||||
// 이용자 상세 페이지 모바일 디자인
|
||||
// -----------------------------------------------------------------------------
|
||||
.org-register-container {
|
||||
padding: $spacing-lg $spacing-md;
|
||||
|
||||
// Title bar - 모바일 조정
|
||||
.common-title-bar {
|
||||
margin-bottom: $spacing-lg;
|
||||
|
||||
h3 {
|
||||
font-size: $font-size-lg;
|
||||
}
|
||||
}
|
||||
|
||||
// Form container - Flat 디자인 (그림자, 테두리 제거)
|
||||
.register-form-container {
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
background: transparent !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
// Form actions - 버튼 가운데 정렬 및 크기 조정
|
||||
.form-actions {
|
||||
display: flex;
|
||||
flex-direction: row !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
padding: $spacing-xl 0 0;
|
||||
margin-top: 0;
|
||||
|
||||
.form-actions-buttons {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
.btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 44px;
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Dropdown Menu Styles - Mobile Actions
|
||||
// -----------------------------------------------------------------------------
|
||||
.dropdown-wrapper {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.dropdown-toggle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-radius: $border-radius-sm;
|
||||
color: #5f666c;
|
||||
cursor: pointer;
|
||||
transition: $transition-base;
|
||||
|
||||
&:hover {
|
||||
background: rgba($primary-blue, 0.1);
|
||||
color: $primary-blue;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
background: rgba($primary-blue, 0.1);
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
right: 0;
|
||||
min-width: 140px;
|
||||
background: $white;
|
||||
border-radius: $border-radius-md;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
|
||||
z-index: $z-index-dropdown;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transform: translateY(-8px);
|
||||
transition: all 0.2s ease;
|
||||
overflow: hidden;
|
||||
|
||||
.dropdown-item {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px 16px;
|
||||
background: transparent;
|
||||
border: none;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
font-weight: $font-weight-regular;
|
||||
color: #212529;
|
||||
cursor: pointer;
|
||||
transition: $transition-fast;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
background: #f0f7ff;
|
||||
color: $primary-blue;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background: #e0efff;
|
||||
}
|
||||
|
||||
& + .dropdown-item {
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Open state
|
||||
&.open {
|
||||
.dropdown-toggle {
|
||||
background: rgba($primary-blue, 0.1);
|
||||
color: $primary-blue;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
transform: translateY(4px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user