From 526c75eb27c5fc750646b5a8a665d5200619c761 Mon Sep 17 00:00:00 2001 From: cjy0812 Date: Sun, 1 Mar 2026 13:06:03 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=80=89=E6=8B=A9=E5=99=A8=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E8=BE=93=E5=85=A5=E5=86=85=E5=AE=B9=E8=87=AA=E9=80=82?= =?UTF-8?q?=E5=BA=94=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/snapshot/SearchCard.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/snapshot/SearchCard.vue b/src/views/snapshot/SearchCard.vue index 3e18aa66..2bfeb587 100644 --- a/src/views/snapshot/SearchCard.vue +++ b/src/views/snapshot/SearchCard.vue @@ -245,6 +245,8 @@ const shareResult = (result: SearchResult) => { v-model:value="searchText" :placeholder="enableSearchBySelector ? `请输入选择器` : `请输入字符`" :inputProps="{ class: 'gkd_code' }" + type="textarea" + :autosize="{ minRows: 1, maxRows: 10 }" @keyup.enter="searchBySelector" />