web
2025-06-20 9bb6d0b9d8078a0311d16a1faefef9c2330f4d29
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;
    }
  }