wuxiang 2 years ago
parent
commit
746ff00b0e
3 changed files with 3 additions and 8 deletions
  1. 3 3
      src/layout/Aside/index.vue
  2. 0 3
      src/layout/Header/index.vue
  3. 0 2
      src/layout/Main/index.vue

+ 3 - 3
src/layout/Aside/index.vue

@@ -2,9 +2,7 @@
   <el-aside class="MainAside">
     <el-menu class="el-menu-vertical-demo" @open="handleOpen" @close="handleClose" background-color="transparent"
       text-color="#fff" active-text-color="#19c3eb" :default-active="$route.path" :collapse="isCollapse" router>
-      <dv-decoration-9 style="width:100px;height:100px;margin: 0 auto;" ><span style="color: #7ec699; text-shadow: 0 0 3px #7acaec;">任务栏</span></dv-decoration-9>
-      <dv-decoration-4 :reverse="true" style="width:200px;height:5px;" />
-      <el-menu-item index="/home/taskManagement">
+      <el-menu-item index="/home/taskManagement" style="margin-top:20px;">
         <dv-decoration-11 style="width:200px;height:60px;">任务管理显控</dv-decoration-11>
       </el-menu-item>
       <el-menu-item index="/home/networkManagement">
@@ -95,6 +93,8 @@ export default {
 .el-menu-item{
     padding-left: 0px !important;
     height: 70px;
+    margin-top: 10px;
+    margin-bottom: 10px;
 }
 /deep/ .el-submenu__title{
     padding-left: 0px !important;

+ 0 - 3
src/layout/Header/index.vue

@@ -1,8 +1,5 @@
 <template>
     <el-header class="MainHeader">
-    <dv-decoration-8 class="header-left-decoration"/>
-    <dv-decoration-5 class="header-center-decoration"/>
-    <dv-decoration-8 :reverse="true" class="header-right-decoration"/>
     <div class="title">通用侦察平台任务模拟系统</div>
     </el-header>
 </template>

+ 0 - 2
src/layout/Main/index.vue

@@ -3,9 +3,7 @@
       <div class="left-container">
         <transition name="fade-transform" mode="out-in">
           <keep-alive :max="20">
-            <dv-border-box-8 style="padding:5px;">
               <router-view :key="key" />
-            </dv-border-box-8>    
           </keep-alive>
         </transition>
       </div>