Browse Source

华电部署修改2d图选中点色带展示bug

liujiejie 2 weeks ago
parent
commit
d0a4651d58
2 changed files with 3 additions and 4 deletions
  1. 2 2
      src/views/home/Index.vue
  2. 1 2
      src/views/home/components/MenuHD.vue

+ 2 - 2
src/views/home/Index.vue

@@ -2,7 +2,7 @@
   <div class="homeWrap" v-loading="loading">
     <el-container v-if="isShowHd">
       <el-main>
-        <el-header >
+        <el-header>
           <div class="headerHDBox">
             <div class="headerLeft"></div>
             <!-- <HeaderCom class="headerRight" @setLoding="setLoding"></HeaderCom> -->
@@ -89,7 +89,7 @@ export default {
   padding: 0 !important;
   background: #1b3b7f;
   color: #fff !important;
-height: 80px !important;
+  height: 80px !important;
   .headerHDBox {
     display: flex;
     justify-content: space-between;

+ 1 - 2
src/views/home/components/MenuHD.vue

@@ -13,7 +13,6 @@
       background-color="#1b3b7f"
       text-color="#fff"
       active-text-color="#ffd04b"
-
     >
       <!--     :active-text-color="activeTextColor" -->
       <template v-for="(item, indexMenu) in routerList">
@@ -395,4 +394,4 @@ export default {
 .el-menu-item * {
   font-size: 16px;
 }
-</style>
+</style> -->