| | |
| | | style="width: 100%" |
| | | @row-click="singleElection" |
| | | highlight-current-row |
| | | height="calc(100% - 124px)" |
| | | height="calc(100% - 50px)" |
| | | > |
| | | <el-table-column |
| | | align="center" |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | <div |
| | | style="text-align: center; margin-top: 20px" |
| | | style="text-align: center; margin-top: 10px" |
| | | class="pagination_box" |
| | | > |
| | | <el-pagination |
| | |
| | | |
| | | <el-table |
| | | :data="usertableData" |
| | | |
| | | |
| | | style="width: 100%" |
| | | height="calc(100% - 124px)" |
| | | height="calc(100% - 50px)" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column |
| | |
| | | </el-table> |
| | | |
| | | <div |
| | | style="margin-top: 20px; text-align: center" |
| | | style="margin-top: 10px; text-align: center" |
| | | class="pagination_box" |
| | | > |
| | | <el-pagination |
| | |
| | | <style lang="less" scoped> |
| | | //@import url(); 引入公共css类 |
| | | .menuSettings_box { |
| | | height: 98%; |
| | | height: 100%; |
| | | //height: 98%; |
| | | width: 98%; |
| | | padding: 1%; |
| | | padding:0 1%; |
| | | |
| | | .menuSettings_tree { |
| | | width: 100%; |
| | |
| | | padding: 10px; |
| | | width: 31%; |
| | | height: 94%; |
| | | |
| | | |
| | | border-radius: 5px; |
| | | } |
| | | .divider { |
| | |
| | | .el-table /deep/ th, |
| | | .el-table /deep/ tr { |
| | | background-color: transparent !important; |
| | | } |
| | | } |
| | | |
| | | </style> |