element table

zylzh / 2023-05-23 / 原文

::v-deep .el-table__fixed-right {
  height: 100% !important; //设置高优先,以覆盖内联样式
}
::v-deep .el-table__fixed {
  height: 100% !important; //设置高优先,以覆盖内联样式
}