
.pages {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}
::v-deep .pages  .el-button--text {
    padding: 0px 5px !important;
}
/* overflow el-table 组件高度适应关键 */
/* height el-table 组件高度适应关键 */
.center {
	overflow: auto;
	height: 100%; 
}
.page-pagination {
	text-align: right;
	margin-top: 0px;
}