haoxuan
2023-08-29 87f7f7a7588e926c6535eea2910ae98ca4101994
src/components/makepager/TableCommonView.vue
@@ -311,9 +311,15 @@
  }
}
::v-deep {
  .el-table__footer-wrapper tbody td.el-table__cell {
    background-color: #fff;
    text-align: right;
  .el-table__footer-wrapper  {
    tbody td.el-table__cell{
      background-color: #fff;
    }
    // .cell{
    //     &:nth-last-child(3){
    //       text-align:right;
    //     }
    //   }
  }
}
</style>