@media print{
	.top{display: none;}
	.banner{display: none;}
	.notice-enter-bg{display: none;}
	.side-menu,.footer{display: none;}
	.tab-top{display: none;}
	.table-can-export{display: none;}
	.img_print{display: none;}
	.article,.reports .table-box{padding:10px;}
	.table{width:100% !important; table-layout: unset !important; font-size: 14px;}
	.el-table__header,.el-table__body, .el-table__footer, table{
		width:100% !important;
		table-layout: unset !important;
		font-size: 14px !important;
		padding: 0 !important;
	 }
	.el-table__body th .el-table__footer th, .el-table__header th,.el-table__body td .el-table__footer td, .el-table__header td,th.el-table__cell{
		width:auto !important;
	}
	.el-table th.el-table__cell>.cell,.el-table td.el-table__cell>.cell{
		width:auto !important
	}
	
}