style: 기타 입출고 카드 모서리 둥글게(overflow-hidden) — 헤더 삐져나옴 수정
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -111,7 +111,7 @@ $registerReason = $selectedGroup ? (string) ($selectedGroup['reason'] ?? '') : '
|
||||
|
||||
<div class="grid grid-cols-1 xl:grid-cols-4 gap-2 p-2">
|
||||
<!-- 입출고 리스트 -->
|
||||
<section class="border border-gray-300 rounded-lg bg-white xl:col-span-1">
|
||||
<section class="border border-gray-300 rounded-lg overflow-hidden bg-white xl:col-span-1">
|
||||
<div class="border-b border-gray-300 bg-gray-50 px-2 py-1 text-sm font-bold text-gray-700">입출고 리스트</div>
|
||||
<div class="overflow-auto max-h-[520px]">
|
||||
<table class="w-full data-table text-sm">
|
||||
@@ -187,7 +187,7 @@ $registerReason = $selectedGroup ? (string) ($selectedGroup['reason'] ?? '') : '
|
||||
</form>
|
||||
|
||||
<!-- 입출고 일자 (상세) -->
|
||||
<section class="border border-gray-300 rounded-lg bg-white">
|
||||
<section class="border border-gray-300 rounded-lg overflow-hidden bg-white">
|
||||
<div class="border-b border-gray-300 bg-gray-50 px-2 py-1 text-sm font-bold text-gray-700">입출고 일자</div>
|
||||
<div class="p-2 grid grid-cols-1 md:grid-cols-2 gap-3 text-sm">
|
||||
<?php if ($selectedGroup): ?>
|
||||
@@ -216,7 +216,7 @@ $registerReason = $selectedGroup ? (string) ($selectedGroup['reason'] ?? '') : '
|
||||
</section>
|
||||
|
||||
<!-- 입출고 봉투 코드 -->
|
||||
<section class="border border-gray-300 rounded-lg bg-white">
|
||||
<section class="border border-gray-300 rounded-lg overflow-hidden bg-white">
|
||||
<div class="border-b border-gray-300 bg-gray-50 px-2 py-1 text-sm font-bold text-gray-700">입출고 봉투 코드</div>
|
||||
<div class="overflow-auto max-h-[280px]">
|
||||
<table class="w-full data-table text-sm">
|
||||
@@ -265,7 +265,7 @@ $registerReason = $selectedGroup ? (string) ($selectedGroup['reason'] ?? '') : '
|
||||
|
||||
<!-- 품목 등록 (동일 수불일자·구분·비고로 묶임) -->
|
||||
<?php if ($tableExists ?? false): ?>
|
||||
<section class="border border-gray-300 rounded-lg bg-white no-print">
|
||||
<section class="border border-gray-300 rounded-lg overflow-hidden bg-white no-print">
|
||||
<div class="border-b border-gray-300 bg-gray-50 px-2 py-1 text-sm font-bold text-gray-700">품목 등록</div>
|
||||
<form method="post" action="<?= mgmt_url('reports/misc-flow') ?>" class="p-2 flex flex-wrap items-end gap-2 text-sm">
|
||||
<?= csrf_field() ?>
|
||||
|
||||
Reference in New Issue
Block a user