fix(project): 보드 세션 매이슨리 배치 — 열별 독립 높이, 행 강제 확장 제거
CSS Grid 4열은 같은 행의 세션 하나만 카드가 많아도 그 행 전체 높이가 맞춰져 다른 칸이 텅 빈 채로 늘어나는 문제가 있었다(그 여파로 .pj-main이 불필요하게 커져 페이지 전체가 스크롤되고 "내 업무" 패널까지 스크롤되는 것처럼 보였음). layoutMasonry()로 세션을 절대배치해 열은 왼쪽부터 고정 순서로 배정하고, 각 열은 자기 카드 높이만큼만 다음 세션을 바로 그 밑에 쌓는다. 창 크기 변경 시 재계산. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916h" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916i" />
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
{% endblock %}
|
||||
|
||||
@@ -45,5 +45,5 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<script src="/static/project.js?v=20260916i" defer></script>
|
||||
<script src="/static/project.js?v=20260916j" defer></script>
|
||||
{% endblock %}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916h" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916i" />
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
{% endblock %}
|
||||
|
||||
@@ -376,5 +376,5 @@
|
||||
<script>
|
||||
window.PJ_COLORS = {{ ["#4573d2","#37a3a3","#62a420","#e8a33d","#e8384f","#aa62e3","#f06a6a","#5a6772"] | tojson }};
|
||||
</script>
|
||||
<script src="/static/project.js?v=20260916i" defer></script>
|
||||
<script src="/static/project.js?v=20260916j" defer></script>
|
||||
{% endblock %}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916h" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260916i" />
|
||||
<!-- 구글 머티리얼 심볼(담당자 아이콘 등) — self-host -->
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
<!-- 타임라인 vis-timeline — self-host -->
|
||||
@@ -379,5 +379,5 @@
|
||||
</script>
|
||||
|
||||
<script src="/static/vendor/vis-timeline/vis-timeline-graph2d.min.js"></script>
|
||||
<script src="/static/project.js?v=20260916i" defer></script>
|
||||
<script src="/static/project.js?v=20260916j" defer></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user