docs: improve demo background (#5529)

This commit is contained in:
neverland
2020-01-09 18:53:27 +08:00
committed by GitHub
parent 4f81d7c0ac
commit 47c24e192c
12 changed files with 36 additions and 6 deletions
+6 -2
View File
@@ -66,13 +66,17 @@ export default {
</script>
<style lang="less">
@import '../../style/var';
.demo-notice-bar {
background: @white;
.van-notice-bar:not(:first-of-type) {
margin-top: 5px;
margin-top: 4px;
}
.van-doc-demo-block__title {
padding-top: 25px;
padding-top: 24px;
}
}
</style>