[Doc] update neutral color variables (#2130)

This commit is contained in:
neverland
2018-11-23 20:29:43 +08:00
committed by GitHub
parent ec159b5e47
commit f69c66b439
21 changed files with 57 additions and 39 deletions
+3 -1
View File
@@ -46,12 +46,14 @@ export default {
</script>
<style lang="less">
@import '../../style/var';
.demo-badge {
.van-badge-group {
width: auto;
margin: 0 15px;
padding: 20px 0;
background-color: #fff;
background-color: @white;
&::after {
display: none;