mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
update form
This commit is contained in:
parent
000bfde36e
commit
a75af9ad78
@ -127,7 +127,7 @@ React.render(
|
||||
</div>
|
||||
</div>
|
||||
<div className="ant-form-item ant-form-item-compact">
|
||||
<label for="" className="col-6" required>ant-checkbox:</label>
|
||||
<label for="" className="col-6" required>垂直的 ant-checkbox:</label>
|
||||
<div className="col-16">
|
||||
<label className="ant-checkbox-vertical">
|
||||
<Checkbox /> 选项一
|
||||
|
@ -76,6 +76,7 @@ input[type="checkbox"] {
|
||||
color: @label-color;
|
||||
text-align: right;
|
||||
padding-right: 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.@{css-prefix}switch {
|
||||
|
Loading…
Reference in New Issue
Block a user