From 9bb6d0b9d8078a0311d16a1faefef9c2330f4d29 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 20 六月 2025 17:06:27 +0800 Subject: [PATCH] fix:修改项目配置 --- src/layout/components/Sidebar/Logo.vue | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 1490ff8..1d536c6 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -1,12 +1,3 @@ -<!-- - * @Author: hqs elkers@163.com - * @Date: 2024-05-16 11:24:17 - * @LastEditors: hqs elkers@163.com - * @LastEditTime: 2024-05-17 18:41:06 - * @FilePath: \wisdom-water-factory-web\src\layout\components\Sidebar\Logo.vue - * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE - <div class="sidebar-logo-container" :class="{ 'collapse': collapse }" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }"> ---> <template> <div class="sidebar-logo-container" :class="{ 'collapse': collapse }"> <transition name="sidebarLogoFade"> @@ -70,14 +61,15 @@ } & .sidebar-title { + width: calc(100% - 60px); display: inline-block; margin: 0; color: #fff; font-weight: 600; - line-height: 50px; font-size: 14px; font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif; vertical-align: middle; + white-space: pre-wrap; } } -- Gitblit v1.9.3