很奇怪的现象,vant4 van-checkbox
这样可以选中
[aria-checked="false"]:first-child {
background: red !important;
}
这样选不中
[aria-checked="true"]:first-child {
background: red !important;
}
这样可以选中
[aria-checked="false"]:first-child {
background: red !important;
}
这样选不中
[aria-checked="true"]:first-child {
background: red !important;
}
展开
评论
点赞