
/*满足ued构件，覆盖部分antd样式*/
.ant-calendar-picker {
	width: 100%;
}

.ant-time-picker {
	width: 100%;
}

.ant-input-number {
	width: 100%;
}

.ant-upload {
	display: inline-block;
	width: 100%;
}


.ant-layout-header {
	background: #ffffff;
	padding: 0px;
}

.ant-layout-sider {
	background: #ffffff;
}

.ant-layout {
	background: #ffffff;
}

.ant-tabs-bar {
	margin-bottom: 0px;
}

.ant-layout-footer {
	padding: 0px;
}

.ant-layout-header {
	line-height: normal;
}

/*覆盖bootstrap部分样式*/
label {
	font-weight: normal;
}
.ant-slider {
	width: 100%;
    display: inline-block;
    margin: 0px 10px;
}