diff --git a/ui/env/.env b/ui/env/.env
index 4dcc347bb..87cd57582 100644
--- a/ui/env/.env
+++ b/ui/env/.env
@@ -1,4 +1,4 @@
VITE_APP_NAME=ui
VITE_BASE_PATH=/ui/
VITE_APP_PORT=3000
-VITE_APP_TITLE = '智能知识库'
\ No newline at end of file
+VITE_APP_TITLE = 'MaxKB'
\ No newline at end of file
diff --git a/ui/src/assets/user-icon.svg b/ui/src/assets/user-icon.svg
new file mode 100644
index 000000000..5dd0f63c0
--- /dev/null
+++ b/ui/src/assets/user-icon.svg
@@ -0,0 +1,14 @@
+
diff --git a/ui/src/components/back-button/index.vue b/ui/src/components/back-button/index.vue
index abaf1651d..4ca5d64e1 100644
--- a/ui/src/components/back-button/index.vue
+++ b/ui/src/components/back-button/index.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/ui/src/components/card-box/index.vue b/ui/src/components/card-box/index.vue
index eeb05ab34..dc04f0651 100644
--- a/ui/src/components/card-box/index.vue
+++ b/ui/src/components/card-box/index.vue
@@ -3,14 +3,14 @@
-
+
{{ description }}
diff --git a/ui/src/components/content-container/LayoutContent.vue b/ui/src/components/content-container/LayoutContent.vue
index c99e9064d..9d30a63bf 100644
--- a/ui/src/components/content-container/LayoutContent.vue
+++ b/ui/src/components/content-container/LayoutContent.vue
@@ -1,9 +1,9 @@
-
diff --git a/ui/src/layout/app-layout/index.vue b/ui/src/layout/app-layout/index.vue
index d5c971d33..1d93815ef 100644
--- a/ui/src/layout/app-layout/index.vue
+++ b/ui/src/layout/app-layout/index.vue
@@ -20,8 +20,9 @@ import { TopBar, AppMain } from '../components'
.app-main {
height: calc(100vh - var(--app-header-height));
padding: 0 !important;
+ box-sizing: border-box;
}
.app-header {
- background-color: var(--app-header-bg-color);
+ background: var(--app-header-bg-color);
}
diff --git a/ui/src/layout/components/sidebar/SidebarItem.vue b/ui/src/layout/components/sidebar/SidebarItem.vue
index f56c83a6e..d9f6b1ca9 100644
--- a/ui/src/layout/components/sidebar/SidebarItem.vue
+++ b/ui/src/layout/components/sidebar/SidebarItem.vue
@@ -2,7 +2,7 @@