.el-table .darg_start {
	background-color: #f3f3f3;
}

.el-table th {
	padding: 0;
}

.el-table th .virtual {
	position: fixed;
	display: block;
	width: 0;
	height: 0;
	margin-left: -10px;
	background: none;
	border: none;
}
/*竖线虚线*/
.el-table .el-table__header-wrapper th.darg_active_left .virtual {	
	border-left: 2px dotted #666;
	border-color: #2196F3;
	z-index: 99;
}

.el-table th.darg_active_right .virtual {	
	border-right: 2px dotted #666;
	z-index: 99;
}

.el-table .thead-cell {
	padding: 0;	
	display: inline-flex;
	flex-direction: column;
	align-items: left;
	cursor: pointer;
	overflow: initial;
	
}
/*
.el-table .thead-cell:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
*/
.w-table_moving.el-table th .thead-cell {
	cursor: move !important;
}

.w-table_moving .el-table__fixed, .w-table_moving .el-table__fixed-right{
	cursor: not-allowed;
}
