From 395625fff05d4f8f855007e2679b3d81d7b1df18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Wed, 21 May 2025 17:26:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(knowledge):=20=E6=B7=BB=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E8=81=94=E5=BA=94=E7=94=A8=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在知识详情页面添加关联应用下拉菜单 - 统一下拉菜单样式,增加 size="medium"属性 - 调整知识详情页面布局,使描述信息居中显示 - 修复个人中心和面包屑导航的样式问题 --- src/views/app/layout/components/Navbar.vue | 8 ++++++-- .../layout/components/Sidebar/personal.vue | 1 + .../detail/components/split/SplitPreview.vue | 2 +- src/views/knowledge/detail/index.vue | 19 ++++++++++++++++--- .../knowledge/detail/reviewKnowledge.vue | 2 +- 5 files changed, 25 insertions(+), 7 deletions(-) diff --git a/src/views/app/layout/components/Navbar.vue b/src/views/app/layout/components/Navbar.vue index bd821b1..d90d6dd 100644 --- a/src/views/app/layout/components/Navbar.vue +++ b/src/views/app/layout/components/Navbar.vue @@ -1,11 +1,15 @@