body {
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.el-table .cell {
	word-break: normal;
}

.report-header, .el-table th>.cell {
	color: #606266;
    font-weight: 800;
    word-break: normal;
}

.el-table .cell {
	word-break: break-all;
}