fix(cli): duplicated site base style

This commit is contained in:
陈嘉涵
2019-12-20 11:30:56 +08:00
parent caa568895d
commit 5485d2ce21
18 changed files with 40 additions and 23 deletions
+8
View File
@@ -70,3 +70,11 @@ export default {
}
};
</script>
<style lang="less">
.demo-address-edit {
.van-doc-demo-block__title {
padding-bottom: 0;
}
}
</style>
+8
View File
@@ -94,3 +94,11 @@ export default {
}
};
</script>
<style lang="less">
.demo-address-list {
.van-doc-demo-block__title {
padding-bottom: 0;
}
}
</style>