fix(style): radio group set inline-block (#4255)

This commit is contained in:
btea
2021-11-08 01:37:11 -06:00
committed by GitHub
parent ef70ad203e
commit b18750bb2f

View File

@@ -3,4 +3,5 @@
@include b(radio-group) {
font-size: 0;
display: inline-block;
}