王多静

这里是我的记事本

导航

element表格去掉hover

 <el-table
      :data="tableList"
      :stripe="true"
      v-loading="loading"
      :cell-style="{background:'#fff'}"
      :span-method="objectSpanMethod"
      :row-class-name="rowClassName"
      @cell-mouse-enter="handleMouseEnter"
      @cell-mouse-leave="handleMouseLeave"
      border
    />

 

只需要 

:cell-style="{background:'#fff'}"

posted on 2020-06-09 17:32  王多静  阅读(5342)  评论(1编辑  收藏  举报