feat: 자산 관리 가이드 추가 및 테이블 스타일 개선

This commit is contained in:
2026-04-22 16:32:57 +09:00
parent fca9f5caf8
commit fdc29b23c1
22 changed files with 1309 additions and 131 deletions

View File

@@ -156,15 +156,16 @@ body {
/* --- Layout Frame --- */
.content-area {
flex: 1;
padding: 2rem;
overflow-y: auto;
padding: 1.25rem 1.5rem;
overflow: hidden;
}
.view-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
gap: 1.5rem;
gap: 0.75rem;
}
.hidden { display: none !important; }