From d7cddba77c2697163e2e8b067bf7baa6cef09330 Mon Sep 17 00:00:00 2001 From: sb Date: Mon, 6 Jul 2026 23:50:26 +0900 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=EB=82=B4=EC=97=AD=20=EB=AA=A8?= =?UTF-8?q?=EB=8B=AC=20=EA=B0=80=EB=A1=9C=20=EC=98=A4=EB=B2=84=ED=94=8C?= =?UTF-8?q?=EB=A1=9C=EC=9A=B0=20=E2=80=94=20=EA=B3=84=EC=A2=8C=20=EA=B7=B8?= =?UTF-8?q?=EB=A6=AC=EB=93=9C/=EC=86=8C=EB=B6=84=EB=A5=98=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=EC=9D=B4=20=ED=99=94=EB=A9=B4=20=EB=B0=80=EC=96=B4?= =?UTF-8?q?=EB=82=B4=EB=8D=98=20=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 모달 overflow-x:hidden(내부 넘침이 페이지를 가로로 밀지 않게) - ChipSelect min-width:0+box-sizing로 긴 계좌명이 그리드를 넓히지 않게 - cat-input(소분류 추가) flex-wrap로 버튼 잘림 방지 + 계좌 선택 영역 배경 패널(3열) Co-Authored-By: Claude Opus 4.8 --- src/components/ui/CategoryPicker.vue | 1 + src/components/ui/ChipSelect.vue | 15 ++++++++++----- src/views/account/AccountView.vue | 1 + 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/ui/CategoryPicker.vue b/src/components/ui/CategoryPicker.vue index c395f15..9ece4d2 100644 --- a/src/components/ui/CategoryPicker.vue +++ b/src/components/ui/CategoryPicker.vue @@ -502,6 +502,7 @@ onBeforeUnmount(destroySortables) /* ── 인라인 추가 입력 ──────────────────────────────────── */ .cat-input { display: flex; + flex-wrap: wrap; gap: 0.35rem; align-items: center; } diff --git a/src/components/ui/ChipSelect.vue b/src/components/ui/ChipSelect.vue index 50f93b8..49ccc81 100644 --- a/src/components/ui/ChipSelect.vue +++ b/src/components/ui/ChipSelect.vue @@ -33,18 +33,23 @@ function pick(v, disabled) {