-
Notifications
You must be signed in to change notification settings - Fork 10
[CSS]uniapp 复选框问题 #248
Copy link
Copy link
Open
Description
[CSS]
uni-checkbox .uni-checkbox-input {
border-radius: 3upx !important;
color: #ffffff !important;
}
uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
color: #fff;
border-color: rgb(0, 122, 255);
background: rgb(0, 122, 255);
}
uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked:after {
font-size: 18px;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels