fix: appear two colons

If the label attribute of the component Form.Item is a ReactNode and the same label tag exists inside the ReactNode, two colons will appear.
This commit is contained in:
JinXin 2019-03-08 15:31:46 +08:00 committed by GitHub
parent 120ea3a38d
commit 7ccf6855c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ input[type='checkbox'] {
text-align: left;
}
label {
&>label {
color: @label-color;
&::after {