Guoxiaohuan 5 years ago
parent
commit
a8dc3bbedd
2 changed files with 3 additions and 12724 deletions
  1. 0 12722
      package-lock.json
  2. 3 2
      src/views/evaluate/evTwoLevelMenu.vue

File diff suppressed because it is too large
+ 0 - 12722
package-lock.json


+ 3 - 2
src/views/evaluate/evTwoLevelMenu.vue

@@ -4,12 +4,12 @@
       <Head :headText="headText"></Head>
       <div class="count-top">
         <div class="count-top-left MicrYaHei">
-          <span @click="jumpIndex">首页</span>
+          <span>首页</span>
           <span>></span>
           <span>单日运行评价</span>
         </div>
         <ul class="MicrYaHei">
-          <div style="min-width:300px;"></div>
+          <div style="min-width:300px;min-height:30px;" @click="jumpIndex"></div>
           <div>
             <li :class="{current: num == 1}" @click="changeNum(1)">室内温度</li>
             <li :class="{current: num==2}" @click="changeNum(2)">节能率</li>
@@ -292,6 +292,7 @@ export default {
         font-size: 14px;
         color: #8d9399;
         line-height: 22px;
+        border: 1px solid green;
         cursor: pointer;
       }
       span:nth-of-type(2) {