feat(Form): support using slider

This commit is contained in:
陈嘉涵
2020-02-10 17:17:09 +08:00
parent 7fa4e8cad1
commit dc77be6f8a
12 changed files with 122 additions and 62 deletions

View File

@@ -93,8 +93,12 @@ export default {
background: @white;
user-select: none;
.van-slider {
margin: 0 @padding-md @padding-xl;
.van-doc-demo-block {
padding: 0 @padding-md 20px;
}
.van-doc-demo-block__title {
padding-left: 0;
}
.custom-button {
@@ -106,9 +110,5 @@ export default {
background-color: @red;
border-radius: 100px;
}
.van-doc-demo-block__title {
padding-top: 25px;
}
}
</style>