
.page-table {
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}
::v-deep{

	.page-table .el-button--text {
		padding: 0px 5px !important;
	}
	.warning-row {
		background: oldlace;
	}
	.success-row {
		background: #f0f9eb;
	}
}