瀏覽代碼

bug修复

gcz 2 年之前
父節點
當前提交
a2519be342
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/components/numerical.vue

+ 5 - 1
src/components/numerical.vue

@@ -53,7 +53,7 @@
         </el-table-column>
       </el-table>
     </div>
-    <div class="bottom-info" v-if="showBottomInfo&&isShowDetails">
+    <div class="bottom-info" v-if="showBottomInfo&&pageName=='forest'">
       截止目前,在{{$store.state.addr.selectAddr}}内,
       {{bottomInfo.courseName}}项目有
       {{bottomInfo.smallClassCount}}个小班,
@@ -320,6 +320,10 @@ export default {
     /deep/ .el-table tr {
       background-color: transparent !important;
       color: #fff;
+      &:hover{
+        cursor: pointer;
+        background: rgba(8,238,255,.1)!important;
+      }
     }
     /deep/ .el-table--enable-row-transition .el-table__body td,
     .el-table .cell {