[improvement] add padding variables (#3911)

This commit is contained in:
neverland
2019-07-20 15:46:27 +08:00
committed by GitHub
parent e400c9b67d
commit 5d83423b34
59 changed files with 132 additions and 242 deletions
+3 -1
View File
@@ -62,6 +62,8 @@ export default {
</script>
<style lang="less">
@import "../../style/var";
.demo-pagination {
.van-pagination {
width: 100%;
@@ -69,7 +71,7 @@ export default {
}
.van-doc-demo-block {
padding: 0 15px;
padding: 0 @padding-md;
}
.van-doc-demo-block__title {