mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
* fix: test init * test(Button): add unit test * fix(test): remove unused code * test(build): remove demo/test dir when compile * fix(Button): remove duplicate demo * test(Button): adjust component.json
18 lines
204 B
Plaintext
18 lines
204 B
Plaintext
.row {
|
|
height: 44px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.demo-margin-left {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.demo-margin-right {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.demo-margin-bottom {
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
}
|