wuxiang 1 year ago
parent
commit
5b0f211ed8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/layout/Aside/index.vue
  2. 1 1
      src/layout/Footer/index.vue

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

@@ -2,7 +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-12 style="width:100px;height:100px;margin: 0 auto;" />
+      <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">
         <dv-decoration-11 style="width:200px;height:60px;">任务管理显控</dv-decoration-11>

+ 1 - 1
src/layout/Footer/index.vue

@@ -24,7 +24,7 @@
         <span style="margin-top:4px;margin-left:10px;">平台编号</span>
         <el-input v-model="platformID" :disabled="true" style="margin-top:2px; margin-bottom:2px;width:100px;margin-left:10px;" class="platformId" size="mini"></el-input>
         <dv-decoration-3 style="width:250px;height:30px;" />
-        
+        <dv-decoration-10 style="width:300px;height:30px;" />
     </el-footer>
 </template>
 <script>