mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[improvement] add padding variables (#3911)
This commit is contained in:
@@ -66,11 +66,13 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
@import "../../style/var";
|
||||
|
||||
.demo-sticky {
|
||||
height: 200vh;
|
||||
|
||||
.van-button {
|
||||
margin-left: 15px;
|
||||
margin-left: @padding-md;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user