앱 관리 디자인 수정

This commit is contained in:
현성필
2025-11-17 14:17:34 +09:00
parent a074bd578a
commit ab2fca5419
18 changed files with 108 additions and 173 deletions
@@ -53,11 +53,11 @@
<!-- Action Buttons -->
<div class="result-actions">
<a th:href="@{/myapikey}" class="btn-secondary">
<a th:href="@{/myapikey}" class="btn btn-secondary">
<span class="icon">📋</span>
API Key 목록으로
</a>
<a th:href="@{/myapikey/api_key_request/history}" class="btn-primary">
<a th:href="@{/myapikey/api_key_request/history}" class="btn btn-primary">
<span class="icon">📄</span>
요청 내역 확인
</a>
@@ -79,7 +79,7 @@
</p>
</div>
<div class="result-actions">
<a th:href="@{/myapikey}" class="btn-primary">
<a th:href="@{/myapikey}" class="btn btn-primary">
목록으로 돌아가기
</a>
</div>
@@ -149,4 +149,4 @@
</th:block>
</body>
</html>
</html>