OAuth2 개발가이드 추가 및 테이블 UI 개선
- OAuth2 개발가이드 링크 추가 - 테이블 컬럼 스타일 조정: 모바일 대응 및 오버플로 방지 - Jackson 직렬화 대응 날짜 포맷 수정
This commit is contained in:
@@ -17099,19 +17099,19 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
display: none;
|
||||
}
|
||||
.inquiry-list-container .list-table .list-table-header .header-cell:nth-child(2) {
|
||||
flex: 1 !important;
|
||||
min-width: 100px;
|
||||
flex: 1 1 0 !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
.inquiry-list-container .list-table .list-table-header .header-cell:nth-child(3) {
|
||||
width: 50px !important;
|
||||
min-width: 50px;
|
||||
flex: none;
|
||||
width: 60px !important;
|
||||
min-width: 60px !important;
|
||||
flex: none !important;
|
||||
justify-content: center;
|
||||
}
|
||||
.inquiry-list-container .list-table .list-table-header .header-cell:nth-child(4) {
|
||||
width: 65px !important;
|
||||
min-width: 65px;
|
||||
flex: none;
|
||||
width: 78px !important;
|
||||
min-width: 78px !important;
|
||||
flex: none !important;
|
||||
justify-content: center;
|
||||
}
|
||||
.inquiry-list-container .list-table .list-table-header .header-cell:nth-child(5) {
|
||||
@@ -17121,8 +17121,9 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
display: none;
|
||||
}
|
||||
.inquiry-list-container .list-table .list-table-row .row-cell:nth-child(2), .inquiry-list-container .list-table .list-table-row .row-cell.row-cell--title {
|
||||
flex: 1 !important;
|
||||
min-width: 100px;
|
||||
flex: 1 1 0 !important;
|
||||
min-width: 0 !important;
|
||||
overflow: hidden;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.inquiry-list-container .list-table .list-table-row .row-cell:nth-child(2) .notice-title-link, .inquiry-list-container .list-table .list-table-row .row-cell.row-cell--title .notice-title-link {
|
||||
@@ -17149,16 +17150,19 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
height: 16px;
|
||||
}
|
||||
.inquiry-list-container .list-table .list-table-row .row-cell:nth-child(3) {
|
||||
width: 50px !important;
|
||||
min-width: 50px;
|
||||
flex: none;
|
||||
width: 60px !important;
|
||||
min-width: 60px !important;
|
||||
flex: none !important;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.inquiry-list-container .list-table .list-table-row .row-cell:nth-child(4) {
|
||||
width: 65px !important;
|
||||
min-width: 65px;
|
||||
flex: none;
|
||||
width: 78px !important;
|
||||
min-width: 78px !important;
|
||||
flex: none !important;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user