|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
- <a-layout id="components-layout-demo-fixed" class="layout" style="min-height:1000px"
|
|
|
- :style="{height:clientHeight+'px'}">
|
|
|
+ <a-layout id="components-layout-demo-fixed" class="layout" style="min-height:1000px">
|
|
|
+<!-- :style="{height:clientHeight+'px'}">-->
|
|
|
<a-layout-header :style="{ position: 'fixed', zIndex: 1, width: '100%' }">
|
|
|
<div class="logo">
|
|
|
<!-- <img :src="'https://se4.oss-cn-beijing.aliyuncs.com/logo.png'" inline/>-->
|
|
|
@@ -13,14 +13,14 @@
|
|
|
@click="changeRouter"
|
|
|
>
|
|
|
<a-menu-item key="home">
|
|
|
- 首页
|
|
|
+<!-- 首页-->
|
|
|
+ </a-menu-item>
|
|
|
+ <a-menu-item key="group">
|
|
|
+ 小组页面
|
|
|
+ </a-menu-item>
|
|
|
+ <a-menu-item key="student">
|
|
|
+ 学生页面
|
|
|
</a-menu-item>
|
|
|
-<!-- <a-menu-item key="student">-->
|
|
|
-<!-- 学生页面-->
|
|
|
-<!-- </a-menu-item>-->
|
|
|
-<!-- <a-menu-item key="group">-->
|
|
|
-<!-- 小组页面-->
|
|
|
-<!-- </a-menu-item>-->
|
|
|
</a-menu>
|
|
|
</a-layout-header>
|
|
|
<br/><br/><br/>
|