[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
@@ -176,6 +176,8 @@ export default {
</script>
<style lang="less">
@import '../../style/var';
.demo-tab {
margin-bottom: 300px;
@@ -185,7 +187,7 @@ export default {
}
.van-tab__pane {
background-color: #fff;
background-color: @white;
padding: 20px;
}