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 }}