OAuth2 개발가이드 추가 및 테이블 UI 개선
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- OAuth2 개발가이드 링크 추가
- 테이블 컬럼 스타일 조정: 모바일 대응 및 오버플로 방지
- Jackson 직렬화 대응 날짜 포맷 수정
This commit is contained in:
Rinjae
2026-06-19 17:22:33 +09:00
parent fe4b176512
commit 02f9d41334
5 changed files with 57 additions and 40 deletions
+20 -16
View File
@@ -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