| | |
| | | <!-- |
| | | * @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"> |
| | |
| | | } |
| | | |
| | | & .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; |
| | | } |
| | | } |
| | | |