#table-container{flex:1;overflow:hidden;display:flex;flex-direction:column}#table-container .mytable{flex:1;width:100%;border-radius:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#table-container .mytable thead th{color:#fff;padding:6px 0;text-align:center;background-color:#1b86ff}#table-container .mytable td{padding:4px 0}#table-container .mytable td .cell{text-align:center;color:#333;font-size:13px}#table-container .mytable .el-table__fixed,#table-container .mytable .el-table__fixed-right{box-shadow:none;pointer-events:none}#table-container .mytable .el-table__fixed-right .cell,#table-container .mytable .el-table__fixed .cell{pointer-events:all}#pagination.el-pagination{text-align:center;margin:10px 0}#pagination.el-pagination .el-pager li,#pagination.el-pagination button{border-radius:0}