diff --git a/frontend/src/layouts/components/AppLogo/index.vue b/frontend/src/layouts/components/AppLogo/index.vue index 2f4fa188..365ff1a8 100644 --- a/frontend/src/layouts/components/AppLogo/index.vue +++ b/frontend/src/layouts/components/AppLogo/index.vue @@ -30,11 +30,14 @@ defineProps({ background-color: $sidebar-logo-background; .title { - flex-shrink: 0; + max-width: 100px; margin-left: 10px; + overflow: hidden; + text-overflow: ellipsis; font-size: 14px; font-weight: bold; color: $sidebar-logo-text-color; + white-space: nowrap; } } diff --git a/frontend/src/layouts/components/TagsView/index.vue b/frontend/src/layouts/components/TagsView/index.vue index 6d84e388..7a9b4310 100644 --- a/frontend/src/layouts/components/TagsView/index.vue +++ b/frontend/src/layouts/components/TagsView/index.vue @@ -790,8 +790,6 @@ onUnmounted(() => { box-shadow: 0 1px 1px var(--el-box-shadow-light); .btn { - top: 1px; - left: 0; display: flex; align-items: center; justify-content: center; diff --git a/frontend/src/layouts/views/MixLayout.vue b/frontend/src/layouts/views/MixLayout.vue index a4eda3ba..2013c17b 100644 --- a/frontend/src/layouts/views/MixLayout.vue +++ b/frontend/src/layouts/views/MixLayout.vue @@ -149,7 +149,6 @@ watch( width: 100%; height: $navbar-height; background-color: var(--menu-background); - border-bottom: 1px solid var(--el-border-color-lighter); &-content { display: flex; diff --git a/frontend/src/styles/variables.scss b/frontend/src/styles/variables.scss index ff74825c..18f21db8 100644 --- a/frontend/src/styles/variables.scss +++ b/frontend/src/styles/variables.scss @@ -36,7 +36,7 @@ ); // 菜单激活文字颜色 浅色主题-白色侧边栏配色下仅占位,实际颜色由 el-menu-item 组件决定 --menu-hover: #e6f4ff; // 菜单悬停背景色 浅色主题-白色侧边栏配色下仅占位,实际颜色由 el-menu-item 组件决定 - --sidebar-logo-background: #f5f5f5; // 侧边栏 Logo 背景色 + --sidebar-logo-background: #fff; // 侧边栏 Logo 背景色 --sidebar-logo-text-color: #333; // 侧边栏 Logo 文字颜色 } @@ -46,7 +46,7 @@ html.sidebar-color-blue { --menu-text: #bfcbd9; // 菜单文字颜色 --menu-active-text: var(--el-menu-active-color); // 菜单激活文字颜色 --menu-hover: #263445; // 菜单悬停背景色 - --sidebar-logo-background: #2d3748; // 侧边栏 Logo 背景色 + --sidebar-logo-background: #304156; // 侧边栏 Logo 背景色 --sidebar-logo-text-color: #fff; // 侧边栏 Logo 文字颜色 } @@ -56,7 +56,7 @@ html.dark { --menu-text: #fff; --menu-active-text: var(--el-menu-active-color); --menu-hover: rgb(0 0 0 / 20%); - --sidebar-logo-background: rgb(0 0 0 / 20%); + --sidebar-logo-background: var(--el-bg-color-overlay); --sidebar-logo-text-color: #fff; /** WangEditor Dark */ diff --git a/frontend/src/views/dashboard/workplace.vue b/frontend/src/views/dashboard/workplace.vue index 70536c12..12b5e23a 100644 --- a/frontend/src/views/dashboard/workplace.vue +++ b/frontend/src/views/dashboard/workplace.vue @@ -179,36 +179,38 @@ - - - + + + + + + + + + + + {{ item.title }} + - - - - - - {{ item.title }} - - + - + @@ -243,7 +245,7 @@ import NoticeAPI, { NoticeTable } from "@/api/module_system/notice"; import { ref, onMounted, reactive } from "vue"; import { useI18n } from "vue-i18n"; import { useRouter } from "vue-router"; -import { QuestionFilled, Delete, CircleClose } from "@element-plus/icons-vue"; +import { QuestionFilled, Delete, StarFilled } from "@element-plus/icons-vue"; import { ElMessage, ElMessageBox } from "element-plus"; import { quickStartManager, type QuickLink } from "@/utils/quickStartManager"; diff --git a/frontend/src/views/module_application/ai/index.vue b/frontend/src/views/module_application/ai/index.vue index 58f04345..4d0d85df 100644 --- a/frontend/src/views/module_application/ai/index.vue +++ b/frontend/src/views/module_application/ai/index.vue @@ -1,5 +1,5 @@ - + @@ -513,13 +513,6 @@ onUnmounted(() => {