
:global{
	.itemTable{
		margin-top: 20px;
		.ant-table-thead > tr > th, .ant-table-tbody > tr > td{
			padding: 8px 16px;
			font-size: 14px;
		}
		.ant-table-thead th{
			color: #333;
			font-weight: bold;
			border-bottom: 1px solid #E1E1E1;
		}
		.ant-table-bordered .ant-table-body > table{
			border: 1px solid #E1E1E1;
			border-right: 0;
			border-bottom: 0;
			border-radius: 0
		}
		.ant-table-bordered .ant-table-thead > tr > th, .ant-table-bordered .ant-table-tbody > tr > td{
			border-right: 1px solid #E1E1E1;
		}
		.ant-table-tbody > tr > td{
			border-bottom: 1px solid #E1E1E1;
		}
		.itemTable-add{
			margin-top: 10px;
			.ant-btn{
				width: 100%;
				margin-top: 16px;
				border-style: dashed;
			}
		}
		#ant-descriptions-item-label-required::before {
			display: inline-block;
			margin-left: 4px;
			color: #f5222d;
			font-size: 14px;
			font-family: SimSun, sans-serif;
			line-height: 1;
			content: '*';
		}
		.editCheck_InsertRow {
			background-color: #c4e6b3;
		}
	}
	
}