[improvement] add padding variables (#3911)
This commit is contained in:
@@ -161,7 +161,7 @@ export default {
|
||||
background-color: @white;
|
||||
|
||||
.van-button {
|
||||
margin-left: 15px;
|
||||
margin-left: @padding-md;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -64,6 +64,6 @@
|
||||
}
|
||||
|
||||
&__text {
|
||||
margin-top: 10px;
|
||||
margin-top: @padding-xs;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user