.el-table {
	font-size:12px;
	color: #000000;
}
.el-table .el-table__cell {
	padding: 2px;
}
.el-table .el-table__body .el-table__cell{
	margin: 0;
	padding: 2px;
	border-width: 0 1px 1px 0;
}

.el-table th.el-table__cell {
	border-bottom: 1px solid #409EFF!important;
}
.el-table .cell{
	padding-left: 0px;
	padding-right: 3px;
}

/* 设置table header的背景颜色 */
.el-table__header th, .el-table__header tr {
	font-size:12px;
	/*font-weight: bold;*/
	background: linear-gradient(to bottom, #FFFFFF 0%, #f5f7fa 100%) repeat-x;
	/*background: linear-gradient(to bottom, #FFFFFF 0, #f5dab1 61.8%) repeat-x;*/
	color: #333333;
	border-bottom: 1px solid #b3d8ff;
	/*border-bottom:1px solid #DFDFDF !important;*/
	padding: 0px;
}
.el-table--border th.el-table__cell, .el-table__fixed-right-patch {
	background-color:#FAFAFA;
	color:#606266;
	padding:2px;
}
