From ff736aae93517f066ad89d5d9752a0f2ba92ab4e Mon Sep 17 00:00:00 2001 From: 1638245306 <1638245306@qq.com> Date: Sat, 1 Nov 2025 22:15:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(layout):=20=E6=B7=BB=E5=8A=A0=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=8A=9F=E8=83=BD=E5=9B=BE=E6=A0=87=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在用户面包屑导航中添加搜索图标 - 调整图标点击事件处理- 移除重复的搜索图标代码 - 优化布局结构和样式 --- web/src/components/importExcel/index.vue | 2 +- web/src/layout/navBars/breadcrumb/user.vue | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/web/src/components/importExcel/index.vue b/web/src/components/importExcel/index.vue index 7ac6341..7dbc64c 100644 --- a/web/src/components/importExcel/index.vue +++ b/web/src/components/importExcel/index.vue @@ -1,6 +1,6 @@