data() {
return {
rememberPwd: 0,
range: [{
"value": 0
}]
}
}
- 样式修改
::v-deep.uni-data-checklist{
flex: 0;
.uni-label-pointer{
margin: 0px !important;
.checkbox__inner{
width: 12px !important;
height: 12px !important;
.checkbox__inner-icon{
position: absolute;
top: 1px !important;
left: 0 !important;
right: 0 !important;
margin: auto !important;
height: 6px !important;
width: 3px !important;
}
}
}
}