heyujie
2021-11-11 7fae87d7218059cee6cd1f1a5079734e973e7b2d
src/pages/shuohuangMonitorAnalyze/components/guideIndex.vue
@@ -3340,6 +3340,29 @@
            }
          }
        }
        th {
          background-color: #2d52d7;
          div {
            color: #fff;
          }
        }
        tr:nth-child(even) {
          background-color: #f4f6f9;
          &:hover > td.el-table__cell:hover {
            background-color: #f4f6f9;
          }
        }
        tr:nth-child(odd) {
          background-color: #fff;
          &:hover > td.el-table__cell:hover {
            background-color: #fff;
          }
        }
      }
    }
  }