
如上图所示,当有fixed固定列的时候,可能会出现上面这种bug
解决方法:
css
<style lang="scss" scoped>
::v-deep {
.el-table__cell {
background: #ffffff;
}
<style>