<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'}"

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-13
  • 2021-11-23
  • 2021-09-12
  • 2021-09-28
  • 2022-03-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案