From aa00c9ecc700546668df9c2282b9722d6565b15d Mon Sep 17 00:00:00 2001 From: kjqwer <2990346238@qq.com> Date: Sat, 7 Mar 2026 10:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A3=80=E7=B4=A2=E8=AF=8D?= =?UTF-8?q?=E5=BA=93=E5=8D=A1=E7=89=87=E6=B7=B7=E4=B9=B1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PromptManager.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/PromptManager.vue b/src/components/PromptManager.vue index 5f8d2f5..dc89497 100644 --- a/src/components/PromptManager.vue +++ b/src/components/PromptManager.vue @@ -243,7 +243,7 @@ function resetDefault() {
- +
  • @@ -620,6 +621,7 @@ function resetDefault() { margin: 0; display: flex; flex-direction: column; + align-items: stretch; gap: 12px; position: relative; /* 确保列表项 absolute 定位相对于列表容器 */ } @@ -637,6 +639,10 @@ function resetDefault() { transition: all 0.2s ease; } +.pm-tag-item.pm-tag-item-searching { + grid-template-columns: 1fr auto; +} + .pm-tag-item:hover { box-shadow: var(--shadow-md); border-color: var(--color-border-hover); @@ -676,6 +682,7 @@ function resetDefault() { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; + min-width: 0; } .pm-input-group {