Form add hide-required-mark prop

This commit is contained in:
梁灏 2019-09-16 10:26:49 +08:00
parent 738c852458
commit 66e8d1cb7b
2 changed files with 13 additions and 1 deletions

View file

@ -69,3 +69,9 @@
// todo
}
}
.@{form-prefix-cls}-hide-required-mark .@{form-item-prefix-cls}-required{
.@{form-item-prefix-cls}-label:before {
display: none;
}
}