| | |
| | | |
| | | <Horizontal :menuList="state.menuList" v-if="isLayoutTransverse" /> |
| | | <User /> |
| | | |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | const User = defineAsyncComponent(() => import('/@/layout/navBars/topBar/user.vue')); |
| | | const Logo = defineAsyncComponent(() => import('/@/layout/logo/index.vue')); |
| | | const Horizontal = defineAsyncComponent(() => import('/@/layout/navMenu/horizontal.vue')); |
| | | const setings = defineAsyncComponent(() => import('/@/layout/navBars/topBar/setings.vue')); |
| | | |
| | | // 定义变量内容 |
| | | const stores = useRoutesList(); |
| | |
| | | align-items: center; |
| | | background: var(--next-bg-topBar); |
| | | border-bottom: 1px solid var(--next-border-color-light); |
| | | |
| | | } |
| | | </style> |