| | |
| | | <template> |
| | | <div v-if="isShowBreadcrumb" class="layout-navbars-breadcrumb"> |
| | | <!-- <div v-if="isShowBreadcrumb" class="layout-navbars-breadcrumb"> |
| | | <SvgIcon |
| | | class="layout-navbars-breadcrumb-icon" |
| | | :name="themeConfig.isCollapse ? 'ele-Expand' : 'ele-Fold'" |
| | |
| | | </el-breadcrumb-item> |
| | | </transition-group> |
| | | </el-breadcrumb> |
| | | </div> --> |
| | | <div class="layout-navbars-breadcrumb"> |
| | | |
| | | <el-avatar shape="square" style="width: 48px; height: 35px;background-color: #ffffff;margin-right: 10px;margin-left: 10px;" fit="contain" :src="logo" /> |
| | | |
| | | <div class="titleHome">营养管理系统</div> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import { storeToRefs } from 'pinia'; |
| | | import { useThemeConfig } from '/@/stores/themeConfig'; |
| | | import { useRoutesList } from '/@/stores/routesList'; |
| | | import logo from '/@/assets/imgs/logo.png' |
| | | |
| | | // 定义变量内容 |
| | | const stores = useRoutesList(); |
| | |
| | | font-size: 18px; |
| | | color: var(--next-bg-topBarColor); |
| | | height: 100%; |
| | | width: 40px; |
| | | width: 48px; |
| | | opacity: 0.8; |
| | | &:hover { |
| | | opacity: 1; |
| | |
| | | color: var(--el-color-primary) !important; |
| | | } |
| | | } |
| | | .titleHome{ |
| | | height: 25px; |
| | | font-family: HYYakuHei, HYYakuHei; |
| | | font-weight: normal; |
| | | font-size: 21px; |
| | | color: #333333; |
| | | line-height: 25px; |
| | | letter-spacing: 1px; |
| | | text-align: left; |
| | | font-style: normal; |
| | | } |
| | | } |
| | | </style> |