guhongwei 4 yıl önce
ebeveyn
işleme
59c277fd50

+ 14 - 1
src/components/adminCommon/frame.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="frame">
-    <el-container style="height: 100vh">
+    <el-container style="height: 100vh;overflow: hidden;">
       <el-header class="header">
         <el-col :span="20" class="left">
           <div>环南湖科创先导区双创服务平台-管理中心</div>
@@ -118,6 +118,11 @@ export default {
 .header {
   border-bottom: 1px solid #f1f1f1;
   background-color: #242f42;
+  height: 60px;
+  position: fixed;
+  width: 100%;
+  background: #242f42;
+  z-index: 999;
   .left {
     height: 60px;
     line-height: 60px;
@@ -147,8 +152,12 @@ export default {
   }
 }
 .container {
+  position: relative;
+  top: 60px;
   .aside {
     background-color: #242f42;
+    height: 100vh;
+    overflow-y: auto;
     /deep/.el-menu-item i {
       margin: 0 5px 0 0;
     }
@@ -161,5 +170,9 @@ export default {
       }
     }
   }
+  .main {
+    height: 100vh;
+    overflow-y: auto;
+  }
 }
 </style>

+ 30 - 30
src/components/adminCommon/menu.js

@@ -43,36 +43,36 @@ export const fwjg = [
       },
     ],
   },
-  // {
-  //   icon: 'iconxinwenzixun',
-  //   index: '/adminCenter/news',
-  //   title: '新闻管理',
-  // },
-  // {
-  //   icon: 'iconzhuanli',
-  //   index: '/adminCenter/patent',
-  //   title: '专利管理',
-  // },
-  // {
-  //   icon: 'iconxiangmuluyan',
-  //   index: '/adminCenter/roadShow',
-  //   title: '路演管理',
-  // },
-  // {
-  //   icon: 'iconpeixun',
-  //   index: '/adminCenter/online',
-  //   title: '宣传培训管理',
-  // },
-  // {
-  //   icon: 'iconxinxiinformation38',
-  //   index: '/adminCenter/openinfo',
-  //   title: '信息公开管理',
-  // },
-  // {
-  //   icon: 'iconzhengce1',
-  //   index: '/adminCenter/policy',
-  //   title: '高企政策服务管理',
-  // },
+  {
+    icon: 'iconxinwenzixun',
+    index: '/adminCenter/news',
+    title: '新闻管理',
+  },
+  {
+    icon: 'iconzhuanli',
+    index: '/adminCenter/patent',
+    title: '专利管理',
+  },
+  {
+    icon: 'iconxiangmuluyan',
+    index: '/adminCenter/roadShow',
+    title: '路演管理',
+  },
+  {
+    icon: 'iconpeixun',
+    index: '/adminCenter/online',
+    title: '宣传培训管理',
+  },
+  {
+    icon: 'iconxinxiinformation38',
+    index: '/adminCenter/openinfo',
+    title: '信息公开管理',
+  },
+  {
+    icon: 'iconzhengce1',
+    index: '/adminCenter/policy',
+    title: '高企政策服务管理',
+  },
   {
     icon: 'iconzhengce1',
     index: '4',