Form add hide-required-mark prop
This commit is contained in:
parent
738c852458
commit
66e8d1cb7b
2 changed files with 13 additions and 1 deletions
|
@ -69,3 +69,9 @@
|
|||
// todo
|
||||
}
|
||||
}
|
||||
|
||||
.@{form-prefix-cls}-hide-required-mark .@{form-item-prefix-cls}-required{
|
||||
.@{form-item-prefix-cls}-label:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue