一般调整 checkbox 大小我们想到的是 width、height,可是设置后,发现是没有效的。
如微信小程序里面,checkbox 默认就很大,想设置小一点怎么办?
transform: scale(0.6,0.6);