Merge dfc859c (승인 요청 처리 개선) into design

- 승인정보 없는 요청 목록 노출 및 삭제 로직 (MyAppController, AppServiceFacade)
- '승인대기' → '승인정보 없음' 텍스트 (apiKeyList.html, design 뱃지 클래스 유지)
- 내부 결재 중 취소 불가 안내 스타일 (_apikey-detail.scss)
- 충돌 CSS는 design(ours) 채택 후 SASS 재컴파일
This commit is contained in:
Rinjae
2026-07-27 16:14:53 +09:00
10 changed files with 73 additions and 24 deletions
+6
View File
@@ -17995,6 +17995,12 @@ input[type=checkbox]:checked + .custom-checkbox {
font-size: 14px;
margin: 0;
}
.detail-wrap .dt-cancel-notice {
margin: 10px 0 0;
text-align: center;
font-size: 14px;
color: #64748b;
}
.detail-wrap .dt-actions {
display: flex;
justify-content: center;