在全局css中,添加will-change,单独布局会好跟多
::v-deep .el-table__fixed-right {
will-change: transform;
transform: translateZ(0);
}
::v-deep .el-table__fixed-right .el-table__cell {
background-color: #ffffff !important;
will-change: background-color;
transition: background-color 0.1s ease;
}