Merge branch '2.x' into dev

This commit is contained in:
chenjiahan
2020-11-25 22:01:09 +08:00
14 changed files with 259 additions and 14 deletions
+6
View File
@@ -151,6 +151,12 @@
align-items: center;
justify-content: center;
height: 100%;
// fix icon vertical align
// see: https://github.com/youzan/vant/issues/7617
&::before {
content: ' ';
}
}
&__icon {