[bugfix] Radio: icon not clickable (#505)

This commit is contained in:
neverland
2018-01-03 19:52:17 +08:00
committed by GitHub
parent 69faabb539
commit 0ab473a273
2 changed files with 6 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ $van-radio-size: 20px;
}
.van-icon {
pointer-events: none;
font-size: $van-radio-size;
}