fix: button add active style

This commit is contained in:
cookfront
2017-04-20 13:59:55 +08:00
parent 5a1027ee3c
commit 5d0cdbc3f1
6 changed files with 89 additions and 66 deletions

View File

@@ -76,6 +76,9 @@
<style>
@component-namespace demo {
@b button {
.van-button {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.van-row {
padding: 0 15px;
}