.query-container {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	.search-box {
		min-height: 30px;
	}

	.query-group-bar {
		width: 100%;
		flex: 0 0 40px;
		overflow: hidden;
		margin: 5px 0;
		
	}

	.query-table {
		height: 100%;
		width: 100%;
		flex: 1 1 300px;
		overflow: hidden;
		.vxe-table--body-wrapper  {
			overflow: auto;
		}
	}
	.query-pagination {
		width: 100%;
		flex: 0 0 50px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

}