From ab1323b425f9f366726b5710ee3ccd1616e053e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Wed, 19 Mar 2025 14:31:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=9D=97=E7=BA=A7=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RouterSearch/index.vue | 19 ++++++++++-- src/layout/components/AppView.vue | 10 +++++-- src/layout/components/ToolHeader.vue | 29 +++++++++---------- .../components/UserInfo/src/UserInfo.vue | 11 ++++++- 4 files changed, 46 insertions(+), 23 deletions(-) diff --git a/src/components/RouterSearch/index.vue b/src/components/RouterSearch/index.vue index 42a4174..ca72e2d 100644 --- a/src/components/RouterSearch/index.vue +++ b/src/components/RouterSearch/index.vue @@ -17,8 +17,8 @@ /> -
- +
+ { // 提示选项 @@ -77,6 +77,8 @@ function remoteMethod(data) { value.value = data } +const focus = () => {} + function handleChange(path) { router.push({ path }) hiddenSearch() @@ -117,3 +119,14 @@ defineExpose({ } }) + + diff --git a/src/layout/components/AppView.vue b/src/layout/components/AppView.vue index f819275..a472a44 100644 --- a/src/layout/components/AppView.vue +++ b/src/layout/components/AppView.vue @@ -44,10 +44,14 @@ provide('reload', reload) ]" > + + + + + + diff --git a/src/layout/components/ToolHeader.vue b/src/layout/components/ToolHeader.vue index 62ac142..fab98c0 100644 --- a/src/layout/components/ToolHeader.vue +++ b/src/layout/components/ToolHeader.vue @@ -1,10 +1,7 @@