From 7b505ec4aa9648efaa5a03c3706649e77bd1de5b Mon Sep 17 00:00:00 2001 From: rjl <98n9@163.com> Date: Tue, 31 Mar 2026 10:56:27 +0800 Subject: [PATCH] =?UTF-8?q?style(admin):=20=E8=B0=83=E6=95=B4=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E5=AE=BD=E5=BA=A6=E5=92=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将问题库侧边栏默认宽度从525px调整为535px - 统一标签页和分类树中的文本字号大小 - 优化文件夹图标的显示尺寸 --- apps/admin/src/layouts/modules/global-tab/index.vue | 2 +- apps/admin/src/views/question-store/index.vue | 2 +- apps/admin/src/views/question-store/modules/CategoryTree.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/admin/src/layouts/modules/global-tab/index.vue b/apps/admin/src/layouts/modules/global-tab/index.vue index ab2a332..ce8c637 100644 --- a/apps/admin/src/layouts/modules/global-tab/index.vue +++ b/apps/admin/src/layouts/modules/global-tab/index.vue @@ -214,7 +214,7 @@ init() -
+
{{ tab.label }}
diff --git a/apps/admin/src/views/question-store/index.vue b/apps/admin/src/views/question-store/index.vue index 3ee1cd4..7103fa9 100644 --- a/apps/admin/src/views/question-store/index.vue +++ b/apps/admin/src/views/question-store/index.vue @@ -8,7 +8,7 @@ defineOptions({ name: 'QuestionStore' }) const currentCategory = ref(null) // Resize logic -const siderWidth = ref(525) +const siderWidth = ref(535) const LOCAL_STORAGE_KEY = 'question-store-sider-width' const minWidth = 300 const maxWidth = 800 diff --git a/apps/admin/src/views/question-store/modules/CategoryTree.vue b/apps/admin/src/views/question-store/modules/CategoryTree.vue index 7ed3bf4..a44cdfe 100644 --- a/apps/admin/src/views/question-store/modules/CategoryTree.vue +++ b/apps/admin/src/views/question-store/modules/CategoryTree.vue @@ -231,10 +231,10 @@ onMounted(() => { >
- {{ item.Name }} - {{ item.QuestionContent }} + {{ item.Name }} - {{ item.QuestionContent }}