src/components/makepager/TableCommonView.vue
@@ -128,7 +128,12 @@ return {} }, computed: {}, mounted() {}, methods: { tableRowClick(row) { console.log(row) this.$emit("tableRowClick", row) }, handleReserve(row) { return row._id ? row._id : row.id }, @@ -306,9 +311,16 @@ } } ::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; font-weight: bold; } // .cell{ // &:nth-last-child(3){ // text-align:right; // } // } } } </style>