[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
+2 -2
View File
@@ -9,7 +9,7 @@
&__content {
display: flex;
flex: 1;
padding-left: 10px;
padding-left: @padding-xs;
background-color: @search-background-color;
border-radius: 2px;
@@ -27,7 +27,7 @@
.van-cell {
flex: 1;
padding: 5px 10px 5px 0;
padding: 5px @padding-xs 5px 0;
background-color: transparent;
&__left-icon {