ui(malaysia): 입출고 옵션 type/date/memo 입력폭 통일(100%)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 18:41:31 +09:00
parent 3139e213a7
commit b18efcd814
@@ -9,6 +9,9 @@
.mys-compact th.ccol, .mys-compact td.ccol { white-space:nowrap; width:88px; }
.mys-compact .qcol { width:110px; }
.mys-compact .qcol .erp-input { width:100px; }
.mys-compact .optfields .erp-field { width:100%; }
.mys-compact .optfields .erp-input,
.mys-compact .optfields .erp-select { width:100%; box-sizing:border-box; }
</style>
{% endblock %}
@@ -27,7 +30,7 @@
<!-- 좌: 종류 / 날짜 / 메모 -->
<div class="erp-card">
<div class="cpg-card-head"><h2>등록 옵션</h2></div>
<div style="display:flex;flex-direction:column;gap:10px;margin-top:8px;">
<div class="optfields" style="display:flex;flex-direction:column;gap:10px;margin-top:8px;">
<label class="erp-field"><span>이동 종류 (낱개)</span>
<select class="erp-select" name="movement_type" required>
<option value="IN">IN (입고)</option>