| | |
| | | :summary-method="getSummaries" |
| | | :span-method="arraySpanMethod" |
| | | @selection-change="handleSelectionChange" |
| | | highlight-current-row |
| | | @row-click="tableRowClick" |
| | | :header-cell-style="{ background: '#ECF4FF', color: '#666' }" |
| | | > |
| | | <el-table-column v-if="tableList.selectBox" type="selection" width="40"> </el-table-column> |
| | |
| | | } |
| | | } |
| | | ::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> |