mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] update checkbox & radio demo (#406)
This commit is contained in:
parent
beaac87760
commit
1182eafef3
@ -75,6 +75,15 @@ export default {
|
||||
.van-checkbox {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.van-checkbox__input {
|
||||
float: right;
|
||||
position: static;
|
||||
}
|
||||
|
||||
span {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -75,5 +75,16 @@ export default {
|
||||
margin: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.van-cell {
|
||||
.van-radio__input {
|
||||
float: right;
|
||||
position: static;
|
||||
}
|
||||
|
||||
.van-radio__label {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user