guoxiaohuan 5 years ago
parent
commit
be3e595651
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/evaluate/evTwoLevelMenu.vue

+ 1 - 1
src/views/evaluate/evTwoLevelMenu.vue

@@ -9,7 +9,7 @@
                     <span>单日运行评价</span>
                 </div>
                 <ul class='MicrYaHei'>
-                    <div style='min-width:300px;min-height:30px;' @click='jumpIndex'></div>
+                    <div style='min-width:300px;min-height:30px;cursor: pointer;' @click='jumpIndex'></div>
                     <div>
                         <li :class='{current: num == 1}' @click='changeNum(1)'>室内温度</li>
                         <li :class='{current: num==2}' @click='changeNum(2)'>节能率</li>