/* ElementUI整体修改 */
.el-dialog {
	border-radius: 8px;
}
.el-dialog__header {
	background: #4d4d4d;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.el-dialog__title {
	color: white;
}
.el-dialog__headerbtn .el-dialog__close {
	color: white;
}
.el-row--flex {
	flex-wrap: wrap;
}
.vue-window {
	display: none;
}

/* 主题色 */
:root {
	--theme-color: #e96e30;
	--bg-color: #4d4d4d;
	--border-color: #e6e6e6;
}
