nrz 19773e2da4 [new feature] Checkbox: 新增 checkbox 组件 (#341)
* [new feature] Checkbox: init demo

* [new component]: Checkbox refactor

* [new component] Checkbox fix #231

* fix: #231
2018-07-09 21:37:17 +08:00

8 lines
124 B
Plaintext

.checkbox-group {
padding-bottom: 10px;
background-color: #fff;
}
.checkbox-group .zan-checkbox {
margin-top: 10px;
}