From 44a88a4d67c50a0b53a7c0127ccd2e330f25dc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com> Date: Mon, 28 Jul 2025 16:29:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor(agent):=20=E9=87=8D=E6=9E=84=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E4=BD=93=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -调整了智能体卡片的布局结构,优化了标题和描述的显示方式 - 改进了历史对话的展示样式,增加了滚动指示器 - 统一了标签和图标的样式,提升了视觉一致性 - 优化了搜索框和卡片列表的样式,提高了用户体验 --- src/router/index.ts | 2 ++ src/views/agent/index/index.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 93c5b5c..8c674c3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -43,6 +43,7 @@ export const router = createRouter({ hideSidebar: true, requiresAuth: false, requireLogin: true, + hideFooter: true, id: MENU_GROUP_IDS.WORK_BENCH_ID, }, }, @@ -54,6 +55,7 @@ export const router = createRouter({ hideSidebar: true, requiresAuth: false, requireLogin: true, + hideFooter: true, id: MENU_GROUP_IDS.WORK_BENCH_ID, }, }, diff --git a/src/views/agent/index/index.vue b/src/views/agent/index/index.vue index c6d7a7f..8caa46b 100644 --- a/src/views/agent/index/index.vue +++ b/src/views/agent/index/index.vue @@ -20,7 +20,7 @@ :md="8" :lg="5" :xl="6" - :xxl="6" + :xxl="4" v-for="(product, k) in item.agent_products">