.exportModal .mergeFlagWrapper {
	display: flex;
	align-items: center;
	height: 40px;
	margin-bottom: 16px;
	padding-left: 14px;
	background: #fff;
	border: 1px solid #e2e2e5;
	border-radius: 2px;
}

.exportModal .fileNameWrapper {
	margin-bottom: 20px;
}

.exportModal .fileNameWrapper .fileNameInput {
	width: 300px;
}

.table .operationBtn {
	margin-left: 0px;
	padding-left: 0px;
}

.table .templateColumnSelect {
	width: 300px;
}

.exportCenterLink {
	color: #1890ff;
	cursor: pointer;
}

.newBtn {
	margin-top: 12px;
	width: 100%;
}

.popover {
	max-width: 600px;
}

.popover .popoverTags {
	margin-bottom: 4px;
}

.redTips {
	color: #ff4d4f;
	font-size: 14px;
	margin-left: 70px;
	height: 16px;
}
